Skip to content

Commit

Permalink
add grating keyword to dark and superbias reference model schemas (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Aug 20, 2024
1 parent ee4756f commit e3dc4f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

- replace usages of ``copy_arrays`` with ``memmap`` [#306]

- add grating keyword to dark and superbias schemas [#317]

2.0.0 (2024-06-24)
===================

Expand Down
1 change: 1 addition & 0 deletions src/stdatamodels/jwst/datamodels/schemas/dark.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ allOf:
- $ref: keyword_gainfact.schema
- $ref: keyword_psubarray.schema
- $ref: keyword_darkcurrent.schema
- $ref: keyword_grating.schema
- $ref: subarray.schema
- type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ allOf:
- $ref: keyword_preadpatt.schema
- $ref: keyword_gainfact.schema
- $ref: keyword_noutputs.schema
- $ref: keyword_grating.schema
- $ref: bunit.schema
- type: object
properties:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ deps =
xdist: pytest-xdist
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
jwst: stpipe @ git+https://github.com/spacetelescope/stpipe.git
package=
cov: editable
!cov: wheel
Expand Down

0 comments on commit e3dc4f8

Please sign in to comment.