chore: apply linting fixes and expand ruff coverage to test suite

This commit is contained in:
jack
2026-07-06 15:52:53 -07:00
parent d63332d619
commit 015642eea0
24 changed files with 144 additions and 67 deletions
+1 -1
View File
@@ -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]