Numpy error #365
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whats seems to be the problem?
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'object'
AttributeError: module 'numpy' has no attribute 'float'.
in \SimSwap-main\util\reverse2original.py
in lines 157, 159 and 168 change "dtype=np.float" to "dtype=np.float64"