Skip to content

Commit

Permalink
Catch one more MPI beta test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
sserita committed Jan 16, 2025
1 parent 6081c71 commit e9eabd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_packages/extras/test_interpygate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
_comm = MPI.COMM_WORLD
_rank = _comm.Get_rank()
_size = _comm.Get_size()
except ImportError:
except (ImportError, RuntimeError):
_comm = None
_rank = 0
_size = 1
Expand Down

0 comments on commit e9eabd9

Please sign in to comment.