Skip to content

Commit

Permalink
remove Main use in regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 9, 2024
1 parent 443090c commit e34ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/regtest/test_skycell_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_skycell_asn_generation(rtdata):
rtdata.get_data("WFI/image/r0000101001001001001_0002_wfi01_cal.asdf")
rtdata.get_data("WFI/image/r0000101001001001001_0002_wfi10_cal.asdf")

skycell_asn.Main(args)
skycell_asn._cli(args)

# skycell associations that should be generated
output_files = [
Expand Down

0 comments on commit e34ae61

Please sign in to comment.