We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d6fb4 commit 1e9e1f3Copy full SHA for 1e9e1f3
kaleidoscope/val/plots.py
@@ -379,7 +379,7 @@ def hist(
379
)
380
381
382
-def rand(data: [DataArray, DataArray], sample_count: int) -> Dataset:
+def rand(data: tuple[DataArray, DataArray], sample_count: int) -> Dataset:
383
"""
384
Returns a dataset of (x, y) samples randomly drawn from the data
385
supplied as argument.
0 commit comments