Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
atlas
athena
Merge requests
!35717
AthenaPython+AthenaROOTAccess: Remove reference to enable_tree_speedups.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AthenaPython+AthenaROOTAccess: Remove reference to enable_tree_speedups.
ssnyder/athena:obsSpeedups.AthenaPython-20200818
into
master
Overview
14
Commits
2
Pipelines
1
Changes
2
Merged
Scott Snyder
requested to merge
ssnyder/athena:obsSpeedups.AthenaPython-20200818
into
master
4 years ago
Overview
14
Commits
2
Pipelines
1
Changes
2
Expand
Remove call to obsolete enable_tree_speedups().
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
72b2c699
2 commits,
4 years ago
2 files
+
0
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Control/AthenaPython/python/Bindings.py
+
0
−
7
Options
@@ -611,13 +611,6 @@ del %s""" % (n,n,n,n,n)
del
popitem
## ------------------------------
## try to install ttree access enhancement
try
:
from
RootUtils.PyROOTFixes
import
enable_tree_speedups
enable_tree_speedups
()
except
ImportError
:
pass
## FIXME: would be nice... but somehow interferes with _py_cache property
## ## allow the use of the pythonized properties interface
## def __getattr__( self, attr ):
Loading