chore: apply linting fixes and expand ruff coverage to test suite
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user