Skip to content

Commit 01f80fc

Browse files
committed
missing .orm in last line
1 parent f75689a commit 01f80fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESRF_ORM_example/measure_ideal_ORM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
ebs.orm.save(parent_folder / Path("ideal_orm.yaml"), with_type="yaml")
1717
ebs.orm.save(parent_folder / Path("ideal_orm.npz"), with_type="npz")
1818

19-
ormdata = ebs.get()
19+
ormdata = ebs.orm.get()

0 commit comments

Comments
 (0)