Skip to content

Commit

Permalink
switch back to 1.0 from 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 3, 2025
1 parent 364064e commit 458de0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%YAML 1.1
---
id: asdf://stsci.edu/datamodels/roman/manifests/datamodels-1.0.0
extension_uri: asdf://stsci.edu/datamodels/roman/extensions/datamodels-1.0.0
title: Datamodels extension 1.0.0
id: asdf://stsci.edu/datamodels/roman/manifests/datamodels-1.0
extension_uri: asdf://stsci.edu/datamodels/roman/extensions/datamodels-1.0
title: Datamodels extension 1.0
description: |-
A set of tags for serializing STScI Roman datamodels.
asdf_standard_requirement:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import yaml

MANIFEST_URIS = [
"asdf://stsci.edu/datamodels/roman/manifests/datamodels-1.0.0",
"asdf://stsci.edu/datamodels/roman/manifests/datamodels-1.0",
"asdf://stsci.edu/datamodels/roman/manifests/datamodels-2.0.0",
]
MANIFESTS = [yaml.safe_load(asdf.get_config().resource_manager[manifest_uri]) for manifest_uri in MANIFEST_URIS]
Expand Down

0 comments on commit 458de0e

Please sign in to comment.