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 point exception when calling model.step #608

Open
FabianSchubert opened this issue Dec 4, 2023 · 0 comments
Open

Floating point exception when calling model.step #608

FabianSchubert opened this issue Dec 4, 2023 · 0 comments
Labels
Milestone

Comments

@FabianSchubert
Copy link
Contributor

FabianSchubert commented Dec 4, 2023

float point exception (core dumped) is returned when calling model.step_time() if the model was loaded with num_recording_timesteps=0 instead of num_recording_timesteps=None. This is not a major issue, as one can just use None in this case, but it should probably not present an error to the user. Rather, one would expect the same behaviour if either None or 0 was used.

@neworderofjamie neworderofjamie added this to the GeNN 5.0.0 milestone Dec 4, 2023
@neworderofjamie neworderofjamie modified the milestones: GeNN 5.0.0, GeNN 5.X Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants