refactor: optimize RBF heatmap performance by decoupling grid resolution from viewport size and update UI file handling.

This commit is contained in:
jack
2026-07-06 21:02:22 -07:00
parent 015642eea0
commit 799155f249
6 changed files with 119 additions and 70 deletions
+1
View File
@@ -235,6 +235,7 @@ def test_recording_toggle(controller, tmp_path):
content = open(csv_path).read()
assert "Wafer ID=SN123" in content
def test_resync_count_default(controller):
# No active reader -> zero
assert controller.resyncCount == 0