-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi there,
Am running numpy 1.24.0 and get the error 'AttributeError: module ‘numpy’ has no attribute ‘float’'
Seems like this will be a major problem going forwards? Can be solved by either replacing all calls with np.float64() or just remove np. and leave as foo = float().
Also problems with np.bool - needs to be replaced with bool
One could downgrade numpy version, but I think that won't be a long term solution?
Thoughts?
Update: After fixing all of the np.bool and np.float() calls, I still get a segmentation fault for Powell optimiser. However, no problems for LM.
Metadata
Metadata
Assignees
Labels
No labels