Skip to content

Commit ef5e281

Browse files
itsdiy0dkazanc
andauthored
fix: ignoring standard_tomo and standard_tomo_diad loaders for fullpi… (#58)
* fix: ignoring standard_tomo and standard_tomo_diad loaders for fullpipelines for avoiding duplicate loaders in config * Update httomo_backends/scripts/json_pipelines_generator.py --------- Co-authored-by: Daniil Kazantsev <[email protected]>
1 parent f971319 commit ef5e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httomo_backends/scripts/json_pipelines_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Directory containing YAML files relative to this script
2323
PIPELINES_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "pipelines_full")
2424

25-
ignored_methods = ["calculate_stats"]
25+
ignored_methods = ["standard_tomo","calculate_stats"]
2626

2727
def get_yaml_path(yaml_filename: str) -> str:
2828
"""

0 commit comments

Comments
 (0)