Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating stepsize not supported for time_course #314

Open
StefanHauer opened this issue Dec 3, 2022 · 4 comments
Open

Floating stepsize not supported for time_course #314

StefanHauer opened this issue Dec 3, 2022 · 4 comments

Comments

@StefanHauer
Copy link

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.

@wshlavacek
Copy link
Collaborator

wshlavacek commented Dec 3, 2022 via email

@wshlavacek
Copy link
Collaborator

wshlavacek commented Dec 4, 2022 via email

@StefanHauer
Copy link
Author

Hi Bill,
I am using version 1.23.1 of numpy and I downloaded the latest version directly here from Github so 1.2.0.
Best regards,
Steve

@wshlavacek
Copy link
Collaborator

wshlavacek commented Dec 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants