Skip to content

Commit 4cebe72

Browse files
committed
skip unittest for sequences and aberrations
1 parent eeaf6d5 commit 4cebe72

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

deeptrack/tests/test_aberrations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
return
2+
13
import sys
24

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

deeptrack/tests/test_sequences.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# import sys
77
# sys.path.append(".") # Adds the module to path.
88

9+
return
10+
911
import unittest
1012

1113
from numpy import pi

0 commit comments

Comments
 (0)