We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fc5b0 commit a9aa445Copy full SHA for a9aa445
1 file changed
grudge/array_context.py
@@ -447,7 +447,7 @@ def clone(self) -> Self:
447
448
# {{{ distributed + lazy jax
449
450
-class MPIPytatoJAXArrayContext(PytatoJAXArrayContext, MPIBasedArrayContext):
+class MPIPytatoJAXArrayContext(PytatoJAXArrayContext, MPIBasedArrayContext): # pyright: ignore[reportUnsafeMultipleInheritance]
451
"""An array context for using distributed computation with :mod:`jax`
452
lazy evaluation.
453
0 commit comments