chore: apply linting fixes and expand ruff coverage to test suite
This commit is contained in:
@@ -37,4 +37,4 @@ def test_recorded_data_rows_are_readable(tmp_path):
|
||||
assert records[0].time == 0.0
|
||||
assert records[0].values == [149.0, 148.0]
|
||||
assert records[1].time == 0.5
|
||||
assert records[1].values == [149.5, 148.5]
|
||||
assert records[1].values == [149.5, 148.5]
|
||||
|
||||
Reference in New Issue
Block a user