Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed May 30, 2022
1 parent 407a516 commit 1893cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/scattering1d/test_jtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# NOTE: non-'numpy' skips `test_meta()` and `test_lp_sum()`
default_backend = ('numpy', 'torch', 'tensorflow')[0]
# set True to execute all test functions without pytest
run_without_pytest = 1
run_without_pytest = 0
# set True to print assertion errors rather than raising them in `test_output()`
output_test_print_mode = 1
# set True to print assertion values of certain tests
Expand Down
4 changes: 2 additions & 2 deletions tests/scattering1d/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def tempdir(dirpath=None):

# tests to skip
SKIPS = {
'jtfs': 1,
'visuals': 1,
'jtfs': 0,
'visuals': 0,
}
# used to load saved coefficient outputs
TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
Expand Down

0 comments on commit 1893cdd

Please sign in to comment.