Skip to content

Commit

Permalink
Fix deprecated numpy dec import issue (MDAnalysis#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Feb 6, 2023
1 parent d49b9cb commit 096f799
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
pip install --pre -U -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy numpy h5py matplotlib
- name: list_deps
run: |
mamba list
Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/utils/test_selections.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import re

import numpy as np
from numpy.testing import TestCase, assert_equal, assert_array_equal, dec
from numpy.testing import assert_equal, assert_array_equal

from MDAnalysis.tests.datafiles import PSF, DCD

Expand Down

0 comments on commit 096f799

Please sign in to comment.