Skip to content

Commit

Permalink
Fixing imports for helper tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-Van-Eck committed Sep 6, 2024
1 parent 00b473b commit da2d57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/helper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

import astropy.io.fits as pf
import numpy as np
from QA_test import create_1D_data, create_3D_data

from RMutils.util_testing import create_1D_data, create_3D_data

TEST_PATH = Path(__file__).parent.absolute()
ONED_PATH = TEST_PATH / "simdata" / "1D"
Expand Down

0 comments on commit da2d57f

Please sign in to comment.