Skip to content

Commit a9f095e

Browse files
committed
fixes after review
1 parent 544688d commit a9f095e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stixcore/processing/tests/test_end2end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_identical(orig_fits, current_fits):
9393
cfits,
9494
atol=0.00001,
9595
rtol=0.00001,
96-
ignore_keywords=["CHECKSUM", "DATASUM", "DATE", "VERS_SW", "VERS_CFG", "HISTORY", "COMMENT"],
96+
ignore_keywords=["CHECKSUM", "DATASUM", "DATE", "VERS_SW", "VERS_CFG", "HISTORY"],
9797
)
9898
if not diff.identical:
9999
error_c += 1

stixcore/util/scripts/end2end_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def end2end_pipeline(indir, fitsdir):
188188
splits=1,
189189
outdir=datapath,
190190
socdir=Path(
191-
"/data/stix/SOLSOC/from_edds/tm/incoming/",
191+
"/data/stix/SOLSOC/from_edds/tm/incomming/",
192192
),
193193
)
194194

0 commit comments

Comments
 (0)