Skip to content

Commit

Permalink
fixup: more hide detect import
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 5, 2024
1 parent 2094131 commit 127c04a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadetect/tests/test_metadetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import ngmix
import numpy as np

from .. import detect
from .. import metadetect
from .. import fitting
from .. import procflags
Expand Down Expand Up @@ -102,7 +101,9 @@ def test_detect(ntrial=1, show=False):
"""
just test the detection
"""
pytest.importorskip("meds")
pytest.importorskip("sxdes")
from .. import detect

rng = np.random.RandomState(seed=45)

Expand Down Expand Up @@ -145,7 +146,9 @@ def test_detect_masking(ntrial=1, show=False):
"""
just test the detection
"""
pytest.importorskip("meds")
pytest.importorskip("sxdes")
from .. import detect

rng = np.random.RandomState(seed=45)

Expand Down

0 comments on commit 127c04a

Please sign in to comment.