We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255f482 commit 19aee8eCopy full SHA for 19aee8e
src/lightcurves/hop_finder.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
7
# from lightcurves.LC import LightCurve
8
-from lightcurves.HOP import Hopject
+from lightcurves.hop import Hopject
9
10
logging.basicConfig(level=logging.ERROR)
11
"""
src/lightcurves/lc.py
@@ -11,7 +11,7 @@
from matplotlib.axes import Axes # for type hints only
12
13
# https://docs.astropy.org/en/stable/api/astropy.stats.bayesian_blocks.html
14
-import lightcurves.HopFinder as hf
+import lightcurves.hop_finder as hf
15
16
17
0 commit comments