diff --git a/httomo_backends/scripts/json_pipelines_generator.py b/httomo_backends/scripts/json_pipelines_generator.py index 802b3bec..3b9226e6 100644 --- a/httomo_backends/scripts/json_pipelines_generator.py +++ b/httomo_backends/scripts/json_pipelines_generator.py @@ -22,7 +22,7 @@ # Directory containing YAML files relative to this script PIPELINES_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "pipelines_full") -ignored_methods = ["calculate_stats"] +ignored_methods = ["standard_tomo","calculate_stats"] def get_yaml_path(yaml_filename: str) -> str: """