Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
GeoSpatialTools
Commits
c136e816
Commit
c136e816
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Plain Diff
Merge branch 'remove-len-print' into 'main'
Remove debugging print in OctTree.len() See merge request
!23
parents
0bef0124
6d5a2416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
GeoSpatialTools/octtree.py
GeoSpatialTools/octtree.py
+0
-1
No files found.
GeoSpatialTools/octtree.py
View file @
c136e816
...
...
@@ -464,7 +464,6 @@ class OctTree:
def
len
(
self
,
_current_len
:
int
=
0
)
->
int
:
"""Get the number of points in the OctTree"""
_current_len
+=
len
(
self
.
points
)
print
(
_current_len
)
if
not
self
.
divided
:
return
_current_len
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment