Skip to content
Snippets Groups Projects

Changes to AdjustedAlgorithm and AdjustedMatrix classes (and unit tests)

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -178,7 +178,6 @@ def test_process_no_statefile():
with open("etc/adjusted/BOU201601vmin.min") as f:
raw = i2.IAGA2002Factory().parse_string(f.read())
# process hezf (raw) channels with identity transform
print(a.matrix)
adjusted = a.process(raw)
for i in range(len(adjusted)):
assert_array_equal(adjusted[i].data, raw[i].data)
Loading