Skip to content
Snippets Groups Projects
Commit 4ef6d453 authored by Martin Reinecke's avatar Martin Reinecke Committed by Philipp Arras
Browse files

adjust function locations

parent 3ce1c63f
No related branches found
No related tags found
1 merge request!992Old nifty performance tweaks
Pipeline #236886 passed
......@@ -25,7 +25,7 @@ from .endomorphic_operator import EndomorphicOperator
# TODO: Eventually enforce somewhat modern ducc version (>=0.37.0) as nifty
# dependency and remove the try statement below
try:
from ducc0.misc import mul_conj, div_conj
from ducc0.misc.experimental import mul_conj, div_conj
except ImportError:
def mul_conj(a, b, out=None):
out = a*b.conj()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment