Skip to content
Snippets Groups Projects
Commit ecf9173c authored by AxelCarayon's avatar AxelCarayon
Browse files

fix : ajout le fichier d'instruction dans le yaml

parent 14a1677b
No related branches found
No related tags found
1 merge request!20Amelioration execution
...@@ -182,6 +182,7 @@ def writeInYaml() -> None: ...@@ -182,6 +182,7 @@ def writeInYaml() -> None:
cur_yaml.update({"inputs":inputFiles}) cur_yaml.update({"inputs":inputFiles})
cur_yaml.update({"outputs":outputFiles}) cur_yaml.update({"outputs":outputFiles})
cur_yaml.update({"params":paramsFiles}) cur_yaml.update({"params":paramsFiles})
cur_yaml.update({"instruction":instructionFile})
checksums = {"checksums":genChecksums()} checksums = {"checksums":genChecksums()}
cur_yaml.update(checksums) cur_yaml.update(checksums)
with open('experimentResume.yaml', 'w') as yamlFile: with open('experimentResume.yaml', 'w') as yamlFile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment