Skip to content

Commit

Permalink
rcal-949 Update level 3 association names in the regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-stsci committed Nov 13, 2024
1 parent 18ce59d commit 70e2c71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions romancal/regtest/test_skycell_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ def test_skycell_asn_generation(rtdata):

# skycell associations that should be generated
output_files = [
"r512_p_v01001001001_r274dp63x31y80_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x31y81_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y82_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y80_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y81_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y82_wfi_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x31y80_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x31y81_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y82_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y80_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y81_F158_coadd_asn.json",
"r512_p_v01001001001_r274dp63x32y82_F158_coadd_asn.json",
]
# Test that the json files exist
for file in output_files:
Expand Down

0 comments on commit 70e2c71

Please sign in to comment.