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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Andreas Klöckner
boxtree
Commits
ad205445
Commit
ad205445
authored
8 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Minor import cleanups
parent
969ab3fb
No related branches found
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
+3
-4
3 additions, 4 deletions
boxtree/tree_build.py
with
3 additions
and
4 deletions
boxtree/tree_build.py
+
3
−
4
View file @
ad205445
from
__future__
import
division
from
__future__
import
division
,
absolute_import
from
__future__
import
absolute_import
from
six.moves
import
range
from
six.moves
import
zip
__copyright__
=
"
Copyright (C) 2012 Andreas Kloeckner
"
__copyright__
=
"
Copyright (C) 2012 Andreas Kloeckner
"
...
@@ -26,6 +23,8 @@ THE SOFTWARE.
...
@@ -26,6 +23,8 @@ THE SOFTWARE.
"""
"""
from
six.moves
import
range
,
zip
import
numpy
as
np
import
numpy
as
np
from
pytools
import
memoize_method
from
pytools
import
memoize_method
import
pyopencl
as
cl
import
pyopencl
as
cl
...
...
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