-
Notifications
You must be signed in to change notification settings - Fork 220
Description
When running the docker openworm test. Some configuration file could output error.
Expected behavior
The expected behaviour is similar to working configuration that is worm_crawl_half_resolution and worm_swim_half_resolution_immersed.
Actual behavior
When unzip and loading configuration file such as worm_crawl_half_resolution_2x_space and worm_swim_half_resolution_large_square_area_crawl, sibernetic would give the error:
OSError: Could not find simulation output file /home/ow/sibernetic/NeuroML2/results/c302_C2_FW.dat
This error shows that there is an issue running c302 with neuron such that it cannot output the .dat file.
Steps to reproduce the behavior
Setting the 'configuration' option in master_openworm.py as the file would generate the issue.
Furthermore, I was wondering if there is a procedure to generate the customized configuration file?
Thanks.