-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick fix: Moves the assert checking for mpi4py not in sys.modules to…
… the add_option() function of pytest This allows to to avoid crashing in some instances for users whose environnement adds mpi4py unexpectedly since the add_option() function that parses for the arguments of the program seems to be executed before python loads its modules. This should be tested further to see if it works for all users.
- Loading branch information
Jorge Nunez
committed
May 2, 2024
1 parent
ef93e14
commit f071524
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters