Skip to content

Commit 8125d97

Browse files
Update runCarouselFit.py
1 parent 436bda1 commit 8125d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccpi/preprocessing/runCarouselFit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import matplotlib.pyplot as plt
4343
except ImportError:
4444
sys.exit("Error: cant find matplotlib")
45-
import carouselUtils as cu
45+
from . import carouselUtils as cu
4646
import pdb
4747

4848
markerErr = it.cycle((',', '+', '.', 'o', '*'))
@@ -860,4 +860,4 @@ def main():
860860

861861

862862
if __name__ == "__main__":
863-
main()
863+
main()

0 commit comments

Comments
 (0)