Skip to content

Commit b5b2f89

Browse files
author
Dinesh Pinto
committed
Fix typo in README.md
Signed-off-by: Dinesh Pinto <d.pinto@fkf.mpg.de>
1 parent efad5ae commit b5b2f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fig, ax = plt.subplots()
167167
for odmr in odmr_measurements.values():
168168
sns.scatterplot(data=odmr.data, x="Controlled variable(Hz)", y="Signal", ax=ax)
169169
fit_x, fit_y, result = dh.fit(x="Controlled variable(Hz)", y="Signal", data=odmr.data,
170-
fit_function=dh.fit_function.lorentzian_double)
170+
fit_function=dh.fit_function.lorentziandouble)
171171
sns.lineplot(x=fit_x, y=fit_y, ax=ax, color="C1")
172172

173173
dh.save_figures(filepath="odmr_variation", fig=fig)

0 commit comments

Comments
 (0)