We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e907899 commit 5da4b49Copy full SHA for 5da4b49
pyasdf/tests/test_asdf_data_set.py
@@ -71,6 +71,7 @@ def example_data_set(tmpdir):
71
# new one.
72
return Namespace(filename=asdf_filename, tmpdir=tmpdir.strpath)
73
74
+
75
def test_tags_attribute(tmpdir):
76
asdf_filename = os.path.join(tmpdir.strpath, "test.h5")
77
data_path = os.path.join(data_dir, "small_sample_data_set")
0 commit comments