Skip to content

Fix deprecated numpy data type#15

Open
ekatralis wants to merge 1 commit intoPyCOMPLETE:masterfrom
ekatralis:fix_bug_that_made_sim_hang
Open

Fix deprecated numpy data type#15
ekatralis wants to merge 1 commit intoPyCOMPLETE:masterfrom
ekatralis:fix_bug_that_made_sim_hang

Conversation

@ekatralis
Copy link

Replaced an instance of np.float_ with np.float64. These datatypes are equivalent, but float_ doesn't exist on newer numpy/python versions leading to the process giving an error that leaves all other threads hanging.

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

Successfully merging this pull request may close these issues.

1 participant