Skip to content

Commit 8357105

Browse files
committed
fix number of arguments to run_uvsim test
1 parent f7a8b84 commit 8357105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyuvsim/tests/test_uvsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,4 +930,4 @@ def test_backend_error_uvdata_uvsim():
930930
def test_backend_error_run_uvsim():
931931
pytest.importorskip('mpi4py')
932932
with pytest.raises(ValueError, match="The backend keyword must be one of "):
933-
pyuvsim.run_uvsim(None, False, False, False, backend="Test")
933+
pyuvsim.run_uvsim(None, False, False, backend="Test")

0 commit comments

Comments
 (0)