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

Switch np.math.ceil to math.ceil as the former is deprecated as of NumPy 1.25 #1340

Merged
merged 3 commits into from
Dec 9, 2023

Conversation

zm711
Copy link
Contributor

@zm711 zm711 commented Oct 20, 2023

This is just a minor deprecation fix PR that I saw while running the test suite.

@zm711
Copy link
Contributor Author

zm711 commented Oct 23, 2023

@samuelgarcia, I know you worked on this rawio so just FYI-ing you here for this deprecation fix PR.

neo/rawio/blackrockrawio.py Outdated Show resolved Hide resolved
@zm711 zm711 changed the title Switch np.math.ceil to int(np.ceil) as the former is deprecated as of NumPy 1.25 Switch np.math.ceil to math.ceil as the former is deprecated as of NumPy 1.25 Dec 9, 2023
@apdavison apdavison added this to the 0.13.0 milestone Dec 9, 2023
@apdavison apdavison added the task label Dec 9, 2023
@apdavison apdavison merged commit 275e70b into NeuralEnsemble:master Dec 9, 2023
1 check passed
@zm711 zm711 deleted the blackrock_dep branch December 9, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants