Skip to content

Commit

Permalink
removes useless instruction in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjgeorge committed Nov 25, 2023
1 parent bce2cc6 commit 418beb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,6 @@ def test_bn_eval_mode():
model.train()
with pytest.raises(RuntimeError):
FMat_dense = FMatDense(generator=generator, examples=loader)
FMat_dense.get_dense_tensor()


def test_example_passing():
Expand Down

0 comments on commit 418beb9

Please sign in to comment.