Skip to content
Snippets Groups Projects
Commit 3d78177f authored by Philipp Arras's avatar Philipp Arras
Browse files

Observation: add legacy load

parent 52dbf9a0
No related branches found
No related tags found
1 merge request!27Devel
Pipeline #110122 passed
...@@ -67,6 +67,10 @@ def test_sliced_readin(slc): ...@@ -67,6 +67,10 @@ def test_sliced_readin(slc):
np.testing.assert_equal(ch0, ch) np.testing.assert_equal(ch0, ch)
def test_legacy_load():
rve.Observation.legacy_load(f"{direc}legacy.npz")
def try_operator(op): def try_operator(op):
pos = ift.from_random(op.domain) pos = ift.from_random(op.domain)
op(pos) op(pos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment