@@ -19,4 +19,6 @@ Comparing the chemical manager file for Experiment 349 and Experiment 344 reveal
...
@@ -19,4 +19,6 @@ Comparing the chemical manager file for Experiment 349 and Experiment 344 reveal
#### Entry 2:
#### Entry 2:
Tried to run `run_closed_loop_w_PyAPI` with an exported chemical manager file, by setting `chem_path` to `"./exp347-chemmanager"`
Tried to run `run_closed_loop_w_PyAPI` with an exported chemical manager file, by setting `chem_path` to `"./exp347-chemmanager"`
Get error: "Invalid chemical manager file". Stems from function `_checkResult(json.loads(as_client.ExperimentService.SetChemicalManager(chemical_manager_path).ReturnValue))`
Get error: "Invalid chemical manager file". Stems from function `_checkResult(json.loads(as_client.ExperimentService.SetChemicalManager(chemical_manager_path).ReturnValue))`
\ No newline at end of file
Tried to manually set the chemical manager file to the one which the scripts writes automatically ("Exp344ChemFile.xml"). This produced the same error as above.