Skip to content

Commit

Permalink
revert change to boot.ci call
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Mar 13, 2024
1 parent 397c300 commit 044db60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icesat2waves/local_modules/m_general_ph3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,8 @@ def RAMSAC_regression_bootstrap(time, freq, time_lin_arg=None, plot=False, **kwa
RAMS_predicted_line = time_lin * RAMS_slope + RAMS_intercept

_logger.debug("%s %s", RAMS_slope, RAMS_intercept)
RAMS_out=boot.ci((time, freq), simple_RAMSAC_regression_estimator, method="bca", **kwargs
RAMS_out = boot.ci(
(time, freq), simple_RAMSAC_regression_estimator, method="bca", **kwargs
)

slope = np.append(RAMS_slope, RAMS_out[:, 0])
Expand Down

0 comments on commit 044db60

Please sign in to comment.