Skip to content

Commit bab8995

Browse files
committed
Add -> to test_noncontiguous_jac
1 parent 802b777 commit bab8995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/autojac/test_jac_to_grad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_jacs_are_freed(retain_jac: bool) -> None:
103103
check(t2)
104104

105105

106-
def test_noncontiguous_jac():
106+
def test_noncontiguous_jac() -> None:
107107
"""Tests that jac_to_grad works when the .jac field is non-contiguous."""
108108

109109
aggregator = UPGrad()

0 commit comments

Comments
 (0)