From 418beb97e628e8ce286aababb55c7b8ace0e2b83 Mon Sep 17 00:00:00 2001
From: Thomas George <tfjgeorge@gmail.com>
Date: Sat, 25 Nov 2023 14:14:12 +0100
Subject: [PATCH] removes useless instruction in test

---
 tests/test_jacobian.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_jacobian.py b/tests/test_jacobian.py
index 05ca2de..c188364 100644
--- a/tests/test_jacobian.py
+++ b/tests/test_jacobian.py
@@ -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():