Skip to content

Commit 4440ac9

Browse files
committed
this test off
1 parent 1fdbb61 commit 4440ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def check_symbolic(nets, datasets, trained_state):
295295
symbolic_output = symbolic.apply({"params": symbolic_weights}, symbolic_input)
296296
print("symbolic_output", symbolic_output[0][:10000])
297297

298-
#@pytest.mark.skip(reason="temporarily off")
298+
@pytest.mark.skip(reason="temporarily off")
299299
def test_mnist():
300300
# Make sure tf does not allocate gpu memory.
301301
tf.config.experimental.set_visible_devices([], "GPU")

0 commit comments

Comments
 (0)