Skip to content

Commit

Permalink
Merge pull request #277 from sergiopasra/remove_nose_function
Browse files Browse the repository at this point in the history
Delete usage of function removed from numpy>=1.25
  • Loading branch information
bsipocz committed Jan 4, 2024
2 parents 3ec75de + a340091 commit d7485a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions astroML/tests/test_resample.py
@@ -1,5 +1,5 @@
import numpy as np
from numpy.testing import assert_allclose, run_module_suite
from numpy.testing import assert_allclose

from astroML.resample import bootstrap, jackknife
from astroML.stats import mean_sigma
Expand Down Expand Up @@ -87,7 +87,3 @@ def test_jackknife_pass_indices():
pass_indices=True)

assert_allclose(res1, res2)


if __name__ == '__main__':
run_module_suite()

0 comments on commit d7485a8

Please sign in to comment.