Skip to content

Commit

Permalink
update test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
srcole committed Sep 25, 2018
1 parent c15a875 commit 85455d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 62 deletions.
1 change: 1 addition & 0 deletions bycycle/tests/test_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
They serve rather as 'smoke tests', for if anything fails completely.
"""

import bycycle
import numpy as np
from bycycle import burst, filt, features
import itertools
Expand Down
1 change: 1 addition & 0 deletions bycycle/tests/test_cyclepoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
They serve rather as 'smoke tests', for if anything fails completely.
"""

import bycycle
from bycycle import cyclepoints
import numpy as np
from scipy.signal import argrelextrema
Expand Down
1 change: 1 addition & 0 deletions bycycle/tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
They serve rather as 'smoke tests', for if anything fails completely.
"""

import bycycle
import numpy as np
from bycycle import features
import os
Expand Down
1 change: 1 addition & 0 deletions bycycle/tests/test_filt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
They serve rather as 'smoke tests', for if anything fails completely.
"""

import bycycle
from bycycle import filt
import numpy as np
import os
Expand Down
62 changes: 0 additions & 62 deletions tutorials/Untitled.ipynb

This file was deleted.

0 comments on commit 85455d8

Please sign in to comment.