We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7700de commit 33bfa13Copy full SHA for 33bfa13
doc/fitting/fitting.md
@@ -176,7 +176,7 @@ from ibex_bluesky_core.callbacks.fitting.fitting_utils import Linear
176
# This Guessing. function isn't very good because it's return values don't change on the data already collected in the Bluesky run
177
# It always guesses that the linear function is y = x
178
179
-def different_guess(x: float, m: float, c: float) -> float:
+def different_guess(x: float, c1: float, c0: float) -> float:
180
181
init_guess = {
182
"c1": lmfit.Parameter("c1", 1), # gradient
0 commit comments