-
Notifications
You must be signed in to change notification settings - Fork 220
Description
If this issue is intended to be a bug report, please fill out the following:
Expected behavior
Using 0.9.3 image in docker, but whenever I try to run the simulation with command run.cmd -d 2000 or more, it fails.
here is an example:
2023-04-22 02:25:06 >> --------------------------------------------------------------
2023-04-22 02:25:06 >> Command exited with -9: python sibernetic_c302.py
2023-04-22 02:25:06 -duration 2200.0
2023-04-22 02:25:06 -dt 0.005
2023-04-22 02:25:06 -dtNrn 0.05
2023-04-22 02:25:06 -logstep 100
2023-04-22 02:25:06 -device=CPU
2023-04-22 02:25:06 -configuration worm_crawl_half_resolution
2023-04-22 02:25:06 -reference FW
2023-04-22 02:25:06 -c302params C2
2023-04-22 02:25:06 -datareader UpdatedSpreadsheetDataReader2
2023-04-22 02:25:06 -outDir simulations
2023-04-22 02:25:06 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023-04-22 02:25:06
2023-04-22 02:25:06 Exiting as the last command failed
Actual behavior
Steps to reproduce the behavior
If this issue is intended to be a beginner issue, please add all of the following:
- Requirements are clearly specified
- Links to relevant "getting started" documentation
- Tagged as "beginner"
- Tagged with language skill needed to complete
- Level of difficulty:
- Trivial = Changing one-line of code somewhere.
- Standalone = Changes & Development do not affect other components of project. Tasks can be on a critical path, but probably should not be.
- Simple = from 2 hours work to maybe a week’s work (Thinking + Coding)