diff --git a/edosl0util/crgen.py b/edosl0util/crgen.py index c436c591d8c56f6858c7e73424b720f72ef10ed2..38a527dcf88c06fa0049de39dfe47d5fdfb2cddd 100644 --- a/edosl0util/crgen.py +++ b/edosl0util/crgen.py @@ -38,16 +38,6 @@ def diff_crs(real_file, generated_file): main() -def test_build_apid_info(): - # FIXME: build CR comparison into the CLI - calculated = build_cr('P1571289CRISSCIENCEAAT15320210920101.PDS') - ingested = crio.read('P1571289CRISSCIENCEAAT15320210920100.PDS') - insert_fake_cr_info(ingested) - del calculated['completion_time'] # it seems CR completion time does not match PDS - del ingested['completion_time'] # creation time from the file name - assert calculated == ingested - - def build_cr(pds_file, prev_pds_file=None): """Best-effort CR generation by scanning a PDS data file