Skip to content

Commit dafee5b

Browse files
fix/update s-dac profile parsing test
1 parent d6faa4c commit dafee5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_geophires_x_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,11 @@ def test_parse_sdacgt_profile(self):
573573
)
574574

575575
# Values below need to be synchronized if S-DAC-GT example output values change.
576-
self.assertEqual(sdacgt_profile[1], [1, 78330.8, 78330.8, 17411627.98, 17411627.98, 222.28])
576+
self.assertEqual([1, 78330.8, 78330.8, 17411627.98, 17411627.98, 222.28], sdacgt_profile[1])
577577

578578
self.assertEqual(
579-
sdacgt_profile[15],
580579
[15, 76263.89, 1167207.48, 16952186.81, 259450710.33, 222.28],
580+
sdacgt_profile[15],
581581
)
582582

583-
self.assertEqual(sdacgt_profile[30], [30, 61974.61, 2246284.1, 13775920.11, 499311405.59, 222.28])
583+
self.assertEqual([30, 68860.68, 2253170.17, 15306577.89, 500842063.38, 222.28], sdacgt_profile[30])

0 commit comments

Comments
 (0)