Skip to content

Commit 73ff5d7

Browse files
Update fitting.md
added a space
1 parent f49242a commit 73ff5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/callbacks/fitting/fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Similar to [`LivePlot`](/callbacks/plotting.md), [`ibex_bluesky_core`](ibex_bluesky_core) provides a thin wrapper around Bluesky's [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) class, enhancing it with additional functionality to better support real-time data fitting. This wrapper not only offers a wide selection of models to fit your data on, but also introduces guess generation for fit parameters. As new data points are acquired, the wrapper refines these guesses dynamically, improving the accuracy of the fit with each additional piece of data, allowing for more efficient and adaptive real-time fitting workflows.
44

5-
In order to use the wrapper, import[`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
5+
In order to use the wrapper, import [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
66
`bluesky` directly:
77
```py
88
from ibex_bluesky_core.callbacks.fitting import LiveFit

0 commit comments

Comments
 (0)