-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When changing the demo example from integer timepoints (in the .exp file) to floating timepoints with a stepsize of 0.1 (in the .conf file) and changing nothing else, the following error will occur:
"Sorry, an unknown error occurred: ValueError: invalid literal for int() with base 10: '0.1'"
This issue seems to be easily fixed by changing in the config.py file on line 377 int to float. However, I have tried runing the "run_all.py" test file, but the tests seem to fail both before and after my changes, due to me using Windows and the "run_all.py" script seems to be not Windows compatible. As a consequence I do not seem to be able to verify if this change breaks any other functionality.
Metadata
Metadata
Assignees
Labels
No labels