Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Nov 6, 2023
1 parent a40b6c8 commit 829c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_science/fast_transient_rate/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def fast_transient_rate(df: pd.DataFrame, N: int, seed: int = None) -> pd.DataFr
<class 'pandas.core.frame.DataFrame'>
>>> with pd.option_context('display.float_format', '{:.4f}'.format):
... with pd.option_context('display.max_colwidth', None):
... with pd.option_context('display.max_columns', None):
... print(fast_transient_rate(local_df, 100, 1))
jd_first_real_det jdstarthist_dt mag_rate sigma_rate lower_rate upper_rate delta_time from_upper
0 2459517.8436 1425.2497 -0.2087 0.0446 -0.2940 -0.1631 22.9846 1.0000
Expand Down

0 comments on commit 829c344

Please sign in to comment.