Skip to content

Commit

Permalink
Propagate remaining changes (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacsimile authored Jun 20, 2022
1 parent 9c6c04c commit 98250ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/model/analysis/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Local Imports
# sys.path.append('../../../../')
from src.model.analysis.detection import add_median_border
from aslm.model.analysis.detection import add_median_border

class TestDetection(unittest.TestCase):

Expand Down
2 changes: 1 addition & 1 deletion test/model/test_aslm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Local Imports
# sys.path.append('../../../')
try:
from src.model.aslm_analysis import Analysis as aslm_analysis
from aslm.model.aslm_analysis import Analysis as aslm_analysis

class TestASLMAnalysis(unittest.TestCase):
"""
Expand Down
2 changes: 1 addition & 1 deletion test/model/test_aslm_model_waveforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# Local Imports
sys.path.append('../../')
from src.model import aslm_model_waveforms as aslm_model_waveforms
from aslm.model import aslm_model_waveforms as aslm_model_waveforms


class TestWaveforms(unittest.TestCase):
Expand Down

0 comments on commit 98250ff

Please sign in to comment.