Skip to content

Commit 65f2108

Browse files
committed
HACK in a test fix
1 parent 2c82b9d commit 65f2108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_controller.py

+2
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,5 @@ def test_array_viewer_histogram() -> None:
269269
counts = np.bincount(data.flatten(), minlength=maxval + 1)
270270
bin_edges = np.arange(maxval + 2) - 0.5
271271
histogram.set_data(counts, bin_edges)
272+
273+
histogram.close()

0 commit comments

Comments
 (0)