Skip to content

Commit

Permalink
fix min_deps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Mar 1, 2024
1 parent 8a56eec commit d4e76b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvsim/tests/test_uvsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def test_run_mpierr():
pyuvsim.run_uvsim(params, return_uv=True)

with pytest.raises(ImportError, match='You need mpi4py to use the uvsim module'):
pyuvsim.run_uvdata_uvsim(UVData(), ['beamlist'])
pyuvsim.run_uvdata_uvsim(UVData(), ['beamlist'], {}, pyuvsim.SkyModelData())


@pytest.mark.filterwarnings("ignore:Cannot check consistency of a string-mode BeamList")
Expand Down

0 comments on commit d4e76b3

Please sign in to comment.