Skip to content

Commit b4801e1

Browse files
committed
fix rad pin
1 parent f5769f9 commit b4801e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"astropy >=6.0.0",
1919
# "rad >=0.25.0",
2020
#"rad @ git+https://github.com/spacetelescope/rad.git",
21-
"rad @ git+https://github.com/braingram/ccsp_docs.git",
21+
"rad @ git+https://github.com/braingram/rad.git@ccsp_docs",
2222
"asdf-standard >=1.1.0",
2323
"pyarrow >= 10.0.1",
2424
"semantic_version>=2.8",

src/roman_datamodels/datamodels/_datamodels.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,11 @@ def from_model_with_wcs(cls, model, l1_border=4):
664664
return wfi_wcs
665665

666666

667-
class CustomProductModel(_RomanDataModel):
667+
class ExampleCustomProductModel(_RomanDataModel):
668668
__slots__ = ()
669-
_node_type = stnode.CustomProduct # type: ignore[attr-defined]
669+
_node_type = stnode.ExampleCustomProduct # type: ignore[attr-defined]
670670

671671

672-
class DerivedMosaicModel(_RomanDataModel):
672+
class ExampleDerivedMosaicModel(_RomanDataModel):
673673
__slots__ = ()
674-
_node_type = stnode.DerivedMosaic # type: ignore[attr-defined]
674+
_node_type = stnode.ExampleDerivedMosaic # type: ignore[attr-defined]

0 commit comments

Comments
 (0)