Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hyteg
hog
Commits
4181f321
Commit
4181f321
authored
10 months ago
by
Nils Kohl
Browse files
Options
Downloads
Patches
Plain Diff
Populating __all__ in hog.recipes.common.py for simple imports in integrand recipes.
parent
0356e31f
Branches
Branches containing commit
No related tags found
1 merge request
!16
Refactoring forms
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hog/recipes/common.py
+2
-0
2 additions, 0 deletions
hog/recipes/common.py
with
2 additions
and
0 deletions
hog/recipes/common.py
+
2
−
0
View file @
4181f321
...
...
@@ -17,3 +17,5 @@
# Collects common imports for forming integrand and operator recipes.
from
hog.math_helpers
import
dot
,
abs
,
det
,
double_contraction
__all__
=
[
"
dot
"
,
"
abs
"
,
"
det
"
,
"
double_contraction
"
]
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