We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c82b9d commit 65f2108Copy full SHA for 65f2108
tests/test_controller.py
@@ -269,3 +269,5 @@ def test_array_viewer_histogram() -> None:
269
counts = np.bincount(data.flatten(), minlength=maxval + 1)
270
bin_edges = np.arange(maxval + 2) - 0.5
271
histogram.set_data(counts, bin_edges)
272
+
273
+ histogram.close()
0 commit comments