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

Update uses of .astype(float) in utilities.py to float32 #669

Open
ethanwhite opened this issue May 11, 2024 · 0 comments · May be fixed by #670
Open

Update uses of .astype(float) in utilities.py to float32 #669

ethanwhite opened this issue May 11, 2024 · 0 comments · May be fixed by #670
Assignees
Labels
good first issue Good for newcomers

Comments

@ethanwhite
Copy link
Member

Following #667 we should use numpy float32 throughout the code base for compatibility with mac M3 chips. There are a few additional uses of .astype(float) in utilities.py not covered by #667 that should be updated to .astype("float32") so folks using M3's can use those helper functions.

@ethanwhite ethanwhite added the good first issue Good for newcomers label May 11, 2024
@ethanwhite ethanwhite self-assigned this May 11, 2024
ethanwhite added a commit to ethanwhite/DeepForest that referenced this issue May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant