Starting integrating the previous scripts into this assay. Wrapped the os.system() command in a function called "runEditExps" (I really think EditExps should be renamed, but to what?)
Further adaptations made to EditExps so that it can also run experiment - idea is to create one single script which can perform all sorts of operations, including editing and running experiment, essentially replacing the .exe-files and having one "superscript" which can be reused for any given experiment.
## Entries 2024
...
...
@@ -69,7 +80,7 @@ Worked on some infrastructure; creating scripts which can pass parameters on to
flowchart TD;
subgraph 64-bit Conda environment
subgraph Layer 1
Comment1(Calculations, e.g. volume, are performed and passed down)
Comment1(Calculations, e.g. volume, are performed and passed down in input_dict )