Skip to content

Commit

Permalink
remove bad assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Oct 9, 2024
1 parent 3baaf32 commit 9d5d6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwst/resample/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def __init__(self, input_models, output=None, single=False, blendheaders=True,
deleted from memory. Default value is `True` to keep
all products in memory.
"""
assert False
self.output_dir = None
self.output_filename = output
if output is not None and '.fits' not in str(output):
Expand Down

0 comments on commit 9d5d6ff

Please sign in to comment.