Skip to content

Commit

Permalink
Undo erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerfe committed Nov 12, 2024
1 parent a794647 commit 10e1bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dynapcnn/test_large_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_make_config():
)


# @pytest.mark.skip("Not suitable for automated testing. Depends on available devices")
@pytest.mark.skip("Not suitable for automated testing. Depends on available devices")
def test_to_device():
dynapcnn_net = DynapcnnNetwork(
snn, input_shape=input_shape, discretize=False, dvs_input=False
Expand Down

0 comments on commit 10e1bab

Please sign in to comment.