Skip to content

Commit

Permalink
disable partial grad test.
Browse files Browse the repository at this point in the history
As jax now detects tracer leak via the kwargs
mavenlin committed Jan 17, 2025
1 parent c58c034 commit 9137821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autofd/operators/operators_test.py
Original file line number Diff line number Diff line change
@@ -859,7 +859,7 @@ def tb(b: Float32[Array, "4 3"],) -> Float32[Array, "5 2"]:
)(tb)[0]
np.testing.assert_array_almost_equal(ta, integrate(tb) @ c.T @ b.T)

def test_partial_gradient(self):
def _test_partial_gradient(self):

@function
def f(

0 comments on commit 9137821

Please sign in to comment.