Skip to content

Commit

Permalink
This was breaking things but I'm not mad, you're mad
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Jan 21, 2025
1 parent 07a6b66 commit 3213198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dkist/io/asdf/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_roundtrip_tiled_dataset(simple_tiled_dataset):
"dataset",
lf("simple_tiled_dataset"),
],
indirect=True)
indirect=False)
def test_save_dataset_without_file_schema(tagobj, tmp_path):
tree = {"dataset": tagobj}
with asdf.AsdfFile(tree) as afile:
Expand All @@ -97,9 +97,9 @@ def test_asdf_tags(dataset, tmp_path):
@pytest.mark.parametrize("tagobj",
[
"dataset",
"simple_tiled_dataset",
lf("simple_tiled_dataset"),
],
indirect=True)
indirect=False)
def test_save_dataset_with_file_schema(tagobj, tmpdir):
tree = {"dataset": tagobj}
with importlib_resources.as_file(importlib_resources.files("dkist.io") / "level_1_dataset_schema.yaml") as schema_path:
Expand Down

0 comments on commit 3213198

Please sign in to comment.