Skip to content

Commit

Permalink
TMP: ignore FITS comment differences
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 1, 2024
1 parent a32f8b0 commit 1893fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwst/regtest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def fitsdiff_default_kwargs():
ignore_hdus=['ASDF'],
ignore_keywords=ignore_keywords,
ignore_fields=ignore_keywords,
ignore_comments=["*"],
rtol=1e-5,
atol=1e-7,
)
Expand Down

0 comments on commit 1893fc3

Please sign in to comment.