We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39902d2 commit 18fc0c3Copy full SHA for 18fc0c3
1 file changed
src/spatialdata/datasets.py
@@ -45,6 +45,9 @@ def blobs(
45
n_shapes
46
Number of max shapes to generate.
47
At most, as if overlapping they will be discarded
48
+ extra_coord_space
49
+ Extra coordinate space on top of the standard global coordinate space. Will have only identity transform.
50
+
51
52
Returns
53
-------
@@ -98,7 +101,7 @@ def __init__(
98
101
99
102
100
103
- extra_space
104
105
Extra coordinate space on top of the standard global coordinate space. Will have only identity transform.
106
"""
107
self.length = length
0 commit comments