Skip to content
Snippets Groups Projects
Commit 4181f321 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Populating __all__ in hog.recipes.common.py for simple imports in integrand recipes.

parent 0356e31f
Branches
No related tags found
1 merge request!16Refactoring forms
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment