Skip to content

Commit

Permalink
Testing: Change Path to future file and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis authored and ericpre committed Nov 1, 2023
1 parent c4cbd16 commit ab4f29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/tests/io/test_hdf5.py
Expand Up @@ -1011,4 +1011,4 @@ def test_load_future():
s.save("future.hspy")
"""
with pytest.warns(UserWarning):
future = load(filenames="hdf5_files/future.hspy")
future = load(filenames=my_path / "hdf5_files" / "future.hspy")
2 changes: 2 additions & 0 deletions upcoming_changes/3241.bugfix.rst
@@ -0,0 +1,2 @@
Allows for loading of ``.hspy`` files saved with version 2.0.0 and greater and no unit or name set
for some axis.

0 comments on commit ab4f29a

Please sign in to comment.