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 7906b22 commit d00089cCopy full SHA for d00089c
nucleus/__init__.py
@@ -1008,7 +1008,7 @@ def download_pointcloud_task(
1008
1009
sample_point = points[0]
1010
if I_KEY in sample_point.keys():
1011
- return [LidarPoint.from_json(pt) for pt in points[:10]]
+ return [LidarPoint.from_json(pt) for pt in points]
1012
1013
return [Point3D.from_json(pt) for pt in points]
1014
pyproject.toml
@@ -21,7 +21,7 @@ exclude = '''
21
22
[tool.poetry]
23
name = "scale-nucleus"
24
-version = "0.15.7"
+version = "0.15.8"
25
description = "The official Python client library for Nucleus, the Data Platform for AI"
26
license = "MIT"
27
authors = ["Scale AI Nucleus Team <nucleusapi@scaleapi.com>"]
0 commit comments