Skip to content

Converted np.float to np.float64#19

Open
reece-iriye wants to merge 1 commit intoKMnP:masterfrom
reece-iriye:master
Open

Converted np.float to np.float64#19
reece-iriye wants to merge 1 commit intoKMnP:masterfrom
reece-iriye:master

Conversation

@reece-iriye
Copy link

@reece-iriye reece-iriye commented Nov 4, 2023

np.float is a deprecated type in numpy that yields the following error:

DeprecationWarning: np.float is a deprecated alias for the builtin float. To silence this warning, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.

I changed it to np.float64 and the evaluation script started working again. Thank you so much for putting this repository together!

`np.float` is a deprecated command that yields the following error:

```
DeprecationWarning: np.float is a deprecated alias for the builtin float. To silence this warning, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.
```

I changed it to `np.float64` and the evaluation script started working
again. Thank you so much for putting this repository together!
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