Skip to content

Commit b5a9ffb

Browse files
Updating due to code review.
1 parent dcc63c5 commit b5a9ffb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jwst/dq_init/dq_initialization.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def do_dqinit(output_model, mask_model):
8484

8585
def check_dimensions(input_model):
8686
"""
87-
Check that the input model pixeldq dimensions.
87+
Check the input model pixeldq dimensions.
8888
8989
The pixeldq attribute should have the same dimensions as
9090
the image plane of the input model science data
@@ -96,11 +96,6 @@ def check_dimensions(input_model):
9696
----------
9797
input_model : JWST datamodel
9898
Input datamodel.
99-
100-
Returns
101-
-------
102-
None : None
103-
Nothing is returned from this function.
10499
"""
105100
input_shape = input_model.data.shape
106101

0 commit comments

Comments
 (0)