We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a8b84 commit 8357105Copy full SHA for 8357105
pyuvsim/tests/test_uvsim.py
@@ -930,4 +930,4 @@ def test_backend_error_uvdata_uvsim():
930
def test_backend_error_run_uvsim():
931
pytest.importorskip('mpi4py')
932
with pytest.raises(ValueError, match="The backend keyword must be one of "):
933
- pyuvsim.run_uvsim(None, False, False, False, backend="Test")
+ pyuvsim.run_uvsim(None, False, False, backend="Test")
0 commit comments