Skip to content

Commit 838fd6f

Browse files
committed
FIX: correct key reference in test_2d_ptycho_rpie_synthesisdictlearn.py
1 parent 93c5489 commit 838fd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_2d_ptycho_rpie_synthesisdictlearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_2d_ptycho_rpie_synthesisdictlearn(self):
2323
self.get_ci_input_data_dir(), "zernike2D_dictionaries", "testing_sdl_dictionary.npz"
2424
)
2525
)
26-
D = npz_dict_file["a"]
26+
D = npz_dict_file["D"]
2727
npz_dict_file.close()
2828

2929
options = api.RPIEOptions()

0 commit comments

Comments
 (0)