Skip to content

Commit ef60421

Browse files
committed
temporarily skip
1 parent 4cebe72 commit ef60421

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

deeptrack/tests/test_aberrations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
return
2-
31
import sys
42

53
# sys.path.append(".") # Adds the module to path
64

75
import unittest
6+
raise unittest.SkipTest("Temporarily skipped")
7+
88
import numpy as np
99

1010
from deeptrack import aberrations

deeptrack/tests/test_sequences.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
# Use this only when running the test locally.
66
# import sys
77
# sys.path.append(".") # Adds the module to path.
8-
9-
return
10-
118
import unittest
129

10+
raise unittest.SkipTest("Temporarily skipped")
11+
1312
from numpy import pi
1413
from numpy.random import randn
1514

0 commit comments

Comments
 (0)