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

Bump numpy from 1.23.5 to 1.24.1 #1055

Merged
merged 3 commits into from Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions freud/pmft.pyx
Expand Up @@ -113,8 +113,7 @@ cdef class _PMFT(_SpatialHistogram):
def pmft(self):
""":class:`np.ndarray`: The discrete potential of mean force and
torque."""
with np.warnings.catch_warnings():
np.warnings.filterwarnings('ignore')
with np.errstate(divide='ignore'):
result = -np.log(np.copy(self._pcf))
return result

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Expand Up @@ -8,7 +8,7 @@ garnett==0.7.1
GitPython==3.1.30
gsd==2.7.0
matplotlib>=3.0.0
numpy==1.23.5
numpy==1.24.1
pillow>=8.0.0 --only-binary=pillow
pytest==7.2.0
pytest-cov==4.0.0
Expand Down