Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Dec 6, 2023
1 parent 806e1db commit 481dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_sim/tests/test_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from astropy import units
from astropy.coordinates.angles import Latitude, Longitude
from astropy.units import rad, sday
from matvis import HAVE_GPU
from pathlib import Path
from pyradiosky import SkyModel
from pyuvsim.analyticbeam import AnalyticBeam
Expand All @@ -22,7 +23,6 @@
VisibilitySimulation,
load_simulator_from_yaml,
)
from vis_cpu import HAVE_GPU

SIMULATORS = (MatVis, UVSim)

Expand Down

0 comments on commit 481dd28

Please sign in to comment.