Skip to content

Commit

Permalink
Update test file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
pietsjoh committed Jun 5, 2023
1 parent 2b2ba9c commit 0804ffc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
File renamed without changes.
4 changes: 4 additions & 0 deletions rsciio/tests/registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
'empad/map128x128_version1.2.0.xml' b1cd0dfedc348c9e03ac10e32e3b98a0a0502f87e72069423e7d5f78d40ccae5
'empad/map4x4.xml' ff1a1a6488c7e525c1386f04d791bf77425e27b334c4301a9e6ec85c7628cbeb
'empad/stack_images.xml' 7047717786c3773735ff751a3ca797325d7944fe7b70f110cdda55d455a38a55
'hamamatsu/focus_mode.img' 9c6994e078e8daf941a6a46a0061a543405887e9f61f62618b01b0f754ce5c93
'hamamatsu/operate_mode.img' 4833dd8e13dc908bf4a716708372ca51f2083a64f874cca0443fad4c03b289c3
'hamamatsu/photon_counting.img' 899043b308fe736797060fea471acb733e7e23e1bc2367c1bed06c327d5a92ce
'hamamatsu/shading_file.img' d075910ca724cd9c999c4d5391b61bfde20fd0ee5348e3836b1c5b1239324353
'hspy/example1_v1.0.hdf5' 54ddd193e336b15909d33fcafdfec617f20e1d285a69d407beece83faa2df6fd
'hspy/example1_v1.1.hdf5' 9dca0b4ffd196ca823d10770a2867c08c824ec8f36adfd77ebae6d1d61d5b203
'hspy/example1_v1.2.hdf5' 03296024288ad12f04857abe4de3effa9420ef5609e606559f168e6e99354c5b
Expand Down
2 changes: 1 addition & 1 deletion rsciio/tests/test_hamamatsu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

hs = pytest.importorskip("hyperspy.api", reason="hyperspy not installed")

testfile_dir = (Path(__file__).parent / "hamamatsu_data").resolve()
testfile_dir = (Path(__file__).parent / "data" / "hamamatsu").resolve()

testfile_focus_mode_path = (testfile_dir / "focus_mode.img").resolve()
testfile_operate_mode_path = (testfile_dir / "operate_mode.img").resolve()
Expand Down

0 comments on commit 0804ffc

Please sign in to comment.