Skip to content

Commit 33bfa13

Browse files
author
Jack Doughty
committed
docs correction
1 parent d7700de commit 33bfa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fitting/fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ from ibex_bluesky_core.callbacks.fitting.fitting_utils import Linear
176176
# This Guessing. function isn't very good because it's return values don't change on the data already collected in the Bluesky run
177177
# It always guesses that the linear function is y = x
178178

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

181181
init_guess = {
182182
"c1": lmfit.Parameter("c1", 1), # gradient

0 commit comments

Comments
 (0)