Skip to content

Commit

Permalink
remove OutlierPars model (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Feb 24, 2025
1 parent d96fa68 commit 26c9f0f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 78 deletions.
1 change: 1 addition & 0 deletions changes/421.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unused OulierPars model.
2 changes: 0 additions & 2 deletions src/stdatamodels/jwst/datamodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
from .multispec import MultiSpecModel, MRSMultiSpecModel
from .nirspec_flat import NirspecFlatModel, NirspecQuadFlatModel
from .nrm import NRMModel
from .outlierpars import OutlierParsModel
from .outlierifuoutput import OutlierIFUOutputModel
from .pathloss import PathlossModel, MirLrsPathlossModel
from .persat import PersistenceSatModel
Expand Down Expand Up @@ -185,7 +184,6 @@
"NIRCAMGrismModel",
"NIRISSGrismModel",
"OTEModel",
"OutlierParsModel",
"OutlierIFUOutputModel",
"PathlossModel",
"MirLrsPathlossModel",
Expand Down
11 changes: 0 additions & 11 deletions src/stdatamodels/jwst/datamodels/outlierpars.py

This file was deleted.

65 changes: 0 additions & 65 deletions src/stdatamodels/jwst/datamodels/schemas/outlierpars.schema.yaml

This file was deleted.

0 comments on commit 26c9f0f

Please sign in to comment.