We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cebe72 commit ef60421Copy full SHA for ef60421
2 files changed
deeptrack/tests/test_aberrations.py
@@ -1,10 +1,10 @@
1
-return
2
-
3
import sys
4
5
# sys.path.append(".") # Adds the module to path
6
7
import unittest
+raise unittest.SkipTest("Temporarily skipped")
+
8
import numpy as np
9
10
from deeptrack import aberrations
deeptrack/tests/test_sequences.py
@@ -5,11 +5,10 @@
# Use this only when running the test locally.
# import sys
# sys.path.append(".") # Adds the module to path.
11
12
13
from numpy import pi
14
from numpy.random import randn
15
0 commit comments