Skip to content
Snippets Groups Projects

Amelioration execution

Merged Axel Carayon requested to merge ameliorationExecution into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -182,6 +182,7 @@ def writeInYaml() -> None:
cur_yaml.update({"inputs":inputFiles})
cur_yaml.update({"outputs":outputFiles})
cur_yaml.update({"params":paramsFiles})
cur_yaml.update({"instruction":instructionFile})
checksums = {"checksums":genChecksums()}
cur_yaml.update(checksums)
with open('experimentResume.yaml', 'w') as yamlFile:
Loading