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

TVB-2709 Fix launching simulations using EpileptorCodim3 models on Windows #175

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

bogdanvalean1
Copy link
Member

The problem was that in the guvectorize decorator's signature the int_ dtype was evaluated to int32 on Windows, and the type cast check was failing.

@bogdanvalean1 bogdanvalean1 added bug Something isn't working area/framework labels Jun 16, 2020
@bogdanvalean1 bogdanvalean1 requested a review from liadomide June 16, 2020 16:05
@bogdanvalean1 bogdanvalean1 self-assigned this Jun 16, 2020
@maedoc
Copy link
Member

maedoc commented Jun 18, 2020

Change looks fine to me, but it is still suspicious. Could be a bug in Numba? numba.int_ should match numpy.r_[5].dtype (which is true on macOS at least)

@liadomide liadomide merged commit f24130c into master Jun 19, 2020
@liadomide liadomide deleted the tvb-epileptor-codim-fix branch June 19, 2020 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/scilib bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants