Skip to content

Commit

Permalink
remove more EVS vesuvio imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 18, 2023
1 parent fd07920 commit 6458b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EVSVesuvio/system_tests/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import numpy.testing as nptest
from pathlib import Path
from EVSVesuvio.system_tests.tests_IC import (
from system_tests.tests_IC import (
scriptName,
wsBackIC,
wsFrontIC,
Expand Down
2 changes: 1 addition & 1 deletion EVSVesuvio/system_tests/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import numpy.testing as nptest
from pathlib import Path
from EVSVesuvio.system_tests.tests_IC import (
from system_tests.tests_IC import (
scriptName,
wsBackIC,
wsFrontIC,
Expand Down
2 changes: 1 addition & 1 deletion EVSVesuvio/system_tests/test_jackknife.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import numpy.testing as nptest
from pathlib import Path
from EVSVesuvio.system_tests.tests_IC import (
from system_tests.tests_IC import (
scriptName,
wsBackIC,
wsFrontIC,
Expand Down

0 comments on commit 6458b80

Please sign in to comment.