|
JSON_PARAMS_FILE = os.path.join(SAVE_PATH, 'eVOLVER_parameters.json') |
Is eVOLVER_parameters.json and by extension JSON_PARAMS_FILE ever made or used?
Or can they be removed? It doesn't seem to be the case and I was confused by this line while looking for something else.
It seems that the experimental_params variable might no longer be used as well if this is the case. We now get the initial parameters from the custom_script.py file right?
dpu/experiment/template/eVOLVER.py
Line 32 in ba59913
Is eVOLVER_parameters.json and by extension JSON_PARAMS_FILE ever made or used?
Or can they be removed? It doesn't seem to be the case and I was confused by this line while looking for something else.
It seems that the experimental_params variable might no longer be used as well if this is the case. We now get the initial parameters from the custom_script.py file right?