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
+2 -1
View File
@@ -1,6 +1,7 @@
"""Tests for src/pygui/backend/rbf_heatmap.py."""
import numpy as np
from pygui.backend.visualization.rbf_heatmap import interpolate_field, BACKEND
from pygui.backend.visualization.rbf_heatmap import BACKEND, interpolate_field
def test_field_shape_and_interpolates_at_sites():