Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Peter Sherwood
athena
Commits
afab1679
Commit
afab1679
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
JetSubStructureMomentTools: enable flake8 and make code compliant
parent
b3827c04
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Reconstruction/Jet/JetSubStructureMomentTools/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Reconstruction/Jet/JetSubStructureMomentTools/CMakeLists.txt
Reconstruction/Jet/JetSubStructureMomentTools/python/DefaultTools.py
+1
-0
1 addition, 0 deletions
...ion/Jet/JetSubStructureMomentTools/python/DefaultTools.py
with
2 additions
and
1 deletion
Reconstruction/Jet/JetSubStructureMomentTools/CMakeLists.txt
+
1
−
1
View file @
afab1679
...
@@ -37,5 +37,5 @@ atlas_add_dictionary( JetSubStructureMomentToolsDict
...
@@ -37,5 +37,5 @@ atlas_add_dictionary( JetSubStructureMomentToolsDict
LINK_LIBRARIES JetSubStructureMomentToolsLib
)
LINK_LIBRARIES JetSubStructureMomentToolsLib
)
# Install files from the package:
# Install files from the package:
atlas_install_python_modules
(
python/*.py
)
atlas_install_python_modules
(
python/*.py
POST_BUILD_CMD
${
ATLAS_FLAKE8
}
)
atlas_install_joboptions
(
share/*.py
)
atlas_install_joboptions
(
share/*.py
)
This diff is collapsed.
Click to expand it.
Reconstruction/Jet/JetSubStructureMomentTools/python/DefaultTools.py
+
1
−
0
View file @
afab1679
...
@@ -10,6 +10,7 @@ from JetSubStructureMomentTools.JetSubStructureMomentToolsConf import Dipolarity
...
@@ -10,6 +10,7 @@ from JetSubStructureMomentTools.JetSubStructureMomentToolsConf import Dipolarity
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
PlanarFlowTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
PlanarFlowTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
KtMassDropTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
KtMassDropTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
EnergyCorrelatorTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
EnergyCorrelatorTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
EnergyCorrelatorGeneralizedTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
EnergyCorrelatorGeneralizedRatiosTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
EnergyCorrelatorGeneralizedRatiosTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
CenterOfMassShapesTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
CenterOfMassShapesTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
JetPullTool
from
JetSubStructureMomentTools.JetSubStructureMomentToolsConf
import
JetPullTool
...
...
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