Skip to content

Commit 3eaaa8e

Browse files
committed
jvp should only return derivative
1 parent bffc041 commit 3eaaa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/cfd/cfd-tesseract/tesseract_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def jvp_jit(
204204
filtered_apply,
205205
[flatten_with_paths(inputs, include_paths=jvp_inputs)],
206206
[tangent_vector],
207-
)
207+
)[1]
208208

209209

210210
@eqx.filter_jit

0 commit comments

Comments
 (0)