Skip to content
Snippets Groups Projects
Commit 41f700e9 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Add test without reference adjustment

parent 6d9b85d6
No related branches found
No related tags found
No related merge requests found
...@@ -99,3 +99,4 @@ def test_BOU_20200422(): ...@@ -99,3 +99,4 @@ def test_BOU_20200422():
endtime=UTCDateTime("2020-04-23T00:00:00Z"), endtime=UTCDateTime("2020-04-23T00:00:00Z"),
) )
assert_readings_equal(reading, calculate(reading), 0.1) assert_readings_equal(reading, calculate(reading), 0.1)
assert_readings_equal(reading, calculate(reading, False), 0.1)
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