Skip to content

Commit

Permalink
docs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbdoughty committed Oct 29, 2024
1 parent d7700de commit 33bfa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fitting/fitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ from ibex_bluesky_core.callbacks.fitting.fitting_utils import Linear
# This Guessing. function isn't very good because it's return values don't change on the data already collected in the Bluesky run
# It always guesses that the linear function is y = x

def different_guess(x: float, m: float, c: float) -> float:
def different_guess(x: float, c1: float, c0: float) -> float:

init_guess = {
"c1": lmfit.Parameter("c1", 1), # gradient
Expand Down

0 comments on commit 33bfa13

Please sign in to comment.