Fixed bug where the functionality of inspect.ismethod changed in Python 3, not…
Compare changes
+ 8
− 1
@@ -3,6 +3,7 @@
@@ -11,11 +12,17 @@ from .op import SUM
Fixed bug where the functionality of inspect.ismethod changed in Python 3, not detecting anymore if mpi_dummy is running on more than 1 MPI process.