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 88c53e1 commit 197092cCopy full SHA for 197092c
geomdl/Multi.py
@@ -127,7 +127,7 @@ def render(self, **kwargs):
127
# Run the visualization component
128
self._vis_component.clear()
129
for idx, elem in enumerate(self._elements):
130
- elem.sample_size = self.sample_size
+ elem.delta = self.delta
131
elem.evaluate()
132
133
# Color selection
@@ -362,7 +362,7 @@ def render(self, **kwargs):
362
363
364
365
366
367
368
0 commit comments