Skip to content
Snippets Groups Projects

Resulttable

Merged Henrik tom Wörden requested to merge resulttable into dev
All threads resolved!
Files
8
+ 4
2
@@ -90,8 +90,10 @@ if __name__ == "__main__":
c = FileCrawler(files=files, use_cache=True,
interactive=False, hideKnown=False,
cfood_types=[ExperimentCFood, AnalysisCFood, SoftwareCFood,
PublicationCFood, SimulationCFood,
ExampleH5CFood, ResultTableCFood])
PublicationCFood, SimulationCFood,
ResultTableCFood,
ExampleH5CFood
])
if args.authorize_run:
for run_id in args.authorize_run:
Loading