Skip to content

Commit

Permalink
Skip DnCNN and CRUNet tests if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Mar 28, 2024
1 parent 621c728 commit bac77e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_DRUNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
assert_loads_correctly,
assert_size_requirements,
disallowed_props,
skip_if_unchanged,
)

skip_if_unchanged(__file__)


def test_load():
assert_loads_correctly(
Expand Down
3 changes: 3 additions & 0 deletions tests/test_DnCNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
assert_loads_correctly,
assert_size_requirements,
disallowed_props,
skip_if_unchanged,
)

skip_if_unchanged(__file__)


def test_load():
assert_loads_correctly(
Expand Down

0 comments on commit bac77e9

Please sign in to comment.