Skip to content

Commit

Permalink
fix: use reduce calling sequence for fit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley authored May 1, 2024
1 parent 7b9f0d0 commit 55f64e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grounding_zones/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Fits a polynomial surface to a set of points
CALLING SEQUENCE:
tsbeta = fit.poly_surface(t, x, y, data, ORDER_TIME=3,
tsbeta = fit.reduce_fit(t, x, y, data, ORDER_TIME=3,
ORDER_SPACE=3)
reg_coef = tsbeta['beta']
reg_error = tsbeta['error']
Expand Down

0 comments on commit 55f64e3

Please sign in to comment.