We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd79e71 commit 2d65571Copy full SHA for 2d65571
tests/pallas/pallas_test.py
@@ -1551,7 +1551,7 @@ class PallasOpsTest(PallasTest):
1551
for fn, dtype in itertools.product(*args)
1552
)
1553
def test_elementwise(self, fn, dtype):
1554
- if fn is lax.exp2 and jaxlib_version < (0, 4, 26):
+ if fn is jnp.exp2 and jaxlib_version < (0, 4, 26):
1555
self.skipTest("Requires jaxlib 0.4.26 or later")
1556
1557
@functools.partial(
0 commit comments