Skip to content
Snippets Groups Projects
Commit 05a7bac6 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Remove left-over debugging print statement

parent b038e693
No related branches found
No related tags found
1 merge request!328Changes to AdjustedAlgorithm and AdjustedMatrix classes (and unit tests)
...@@ -178,7 +178,6 @@ def test_process_no_statefile(): ...@@ -178,7 +178,6 @@ def test_process_no_statefile():
with open("etc/adjusted/BOU201601vmin.min") as f: with open("etc/adjusted/BOU201601vmin.min") as f:
raw = i2.IAGA2002Factory().parse_string(f.read()) raw = i2.IAGA2002Factory().parse_string(f.read())
# process hezf (raw) channels with identity transform # process hezf (raw) channels with identity transform
print(a.matrix)
adjusted = a.process(raw) adjusted = a.process(raw)
for i in range(len(adjusted)): for i in range(len(adjusted)):
assert_array_equal(adjusted[i].data, raw[i].data) assert_array_equal(adjusted[i].data, raw[i].data)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment