Skip to content

Commit

Permalink
Merge branch 'catalog-regtests' of https://github.com/schlafly/romancal
Browse files Browse the repository at this point in the history
… into catalog-regtests
  • Loading branch information
schlafly committed Jan 30, 2025
2 parents af9ef06 + 47fa89a commit 87d97df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions romancal/regtest/test_multiband_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ def test_multiband_catalog(rtdata_module):
assert field in afcat["roman"]["source_catalog"].dtype.names

step = MultibandCatalogStep()
step.log.info('DMS374, 399, 375, 386, 387, 392, 394, 395: source catalog includes fields: '
+ ', '.join(fieldlist))
step.log.info(
"DMS374, 399, 375, 386, 387, 392, 394, 395: source catalog includes fields: "
+ ", ".join(fieldlist)
)

# DMS 393: multiband catalog uses both PSF-like and extend-source-like
# kernels
Expand Down

0 comments on commit 87d97df

Please sign in to comment.