Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boxtree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandru Fikl
boxtree
Commits
a80d70a5
Commit
a80d70a5
authored
8 years ago
by
Matt Wala
Browse files
Options
Downloads
Patches
Plain Diff
Don't add box_has_children as an attribute to the tree.
parent
3d66aebd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boxtree/tree_build.py
+2
-1
2 additions, 1 deletion
boxtree/tree_build.py
with
2 additions
and
1 deletion
boxtree/tree_build.py
+
2
−
1
View file @
a80d70a5
...
...
@@ -947,6 +947,8 @@ class TreeBuilder(object):
# }}}
del
box_has_children
# {{{ build output
extra_tree_attrs
=
{}
...
...
@@ -965,7 +967,6 @@ class TreeBuilder(object):
sources_are_targets
=
sources_are_targets
,
sources_have_extent
=
sources_have_extent
,
targets_have_extent
=
targets_have_extent
,
box_has_children
=
box_has_children
,
particle_id_dtype
=
knl_info
.
particle_id_dtype
,
box_id_dtype
=
knl_info
.
box_id_dtype
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment