Skip to content

Commit

Permalink
Update test_mapmaker_pointing.py
Browse files Browse the repository at this point in the history
Undo recent change. Use 'python -m unittest' instead.
  • Loading branch information
keskitalo authored Dec 20, 2024
1 parent 2522ccf commit 0ac96b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_mapmaker_pointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@

if toast_available:
import healpy as hp

try:
from . import _helpers as helpers
except ImportError:
import _helpers as helpers

from . import _helpers as helpers


class MapmakerPointingTest(unittest.TestCase):
Expand Down

0 comments on commit 0ac96b4

Please sign in to comment.