We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544b1de commit bb681d3Copy full SHA for bb681d3
tests/capture/test_operators.py
@@ -54,6 +54,7 @@ def test_abstract_operator():
54
# arithmetic dunders integration tested
55
56
57
+@pytest.mark.usefixtures("new_opmath_only")
58
def test_operators_constructed_when_plxpr_enabled():
59
"""Test that normal operators can still be constructed when plxpr is enabled."""
60
@@ -363,6 +364,7 @@ def qfunc():
363
364
365
assert isinstance(eqn.outvars[0].aval, AbstractOperator)
366
367
+ @pytest.mark.usefixtures("new_opmath_only")
368
def test_mul(self):
369
"""Test that the scalar multiplication dunder works."""
370
0 commit comments