Skip to content

Commit

Permalink
fix number of arguments to run_uvsim test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Aug 3, 2021
1 parent f7a8b84 commit 8357105
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 @@ -930,4 +930,4 @@ def test_backend_error_uvdata_uvsim():
def test_backend_error_run_uvsim():
pytest.importorskip('mpi4py')
with pytest.raises(ValueError, match="The backend keyword must be one of "):
pyuvsim.run_uvsim(None, False, False, False, backend="Test")
pyuvsim.run_uvsim(None, False, False, backend="Test")

0 comments on commit 8357105

Please sign in to comment.