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 93f0c21 commit 2d5bf03Copy full SHA for 2d5bf03
src/lightcurves/LC.py
@@ -786,7 +786,7 @@ def get_bblocks_above(
786
)
787
except AttributeError:
788
msg = "Initialize Bayesian blocks with lc.get_bblocks() first!"
789
- raise AttributeError(msg) from err
+ raise AttributeError(msg) from err
790
791
# Merge neighbouring threshold blocks and delete edges
792
block_mask = np.ones(len(self.block_val), dtype=bool)
0 commit comments