Skip to content
Snippets Groups Projects

Amelioration execution

Merged Axel Carayon requested to merge ameliorationExecution into main
2 files
+ 16
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
3
@@ -47,6 +47,7 @@ def getParameters() -> None :
inputFiles = parameters.get('inputs')
beforeHash = parameters.get('checksums')
def runExperiment() -> None :
file = open(commandsFile, "r")
for line in file.read().splitlines():
@@ -92,6 +93,4 @@ def run(repository, branch) -> None :
if (compareChecksums()) :
print("The exepriment was reproduced with succes but some output files are differents.")
else :
print("The exepriment was reproduced with succes !")
#TODO : laisser à l'utilisateur le temps de reproduire l'experience
\ No newline at end of file
print("The exepriment was reproduced with succes !")
\ No newline at end of file
Loading