Skip to content
Snippets Groups Projects
Commit 88033e38 authored by Theo Steininger's avatar Theo Steininger
Browse files

Fixed a bug in create_power_operator.

parent 48e001f9
No related branches found
No related tags found
1 merge request!107Master
Pipeline #
......@@ -37,7 +37,7 @@ def create_power_operator(domain, power_spectrum, dtype=None,
val=power_spectrum, dtype=dtype,
distribution_strategy=distribution_strategy)
f = fp.power_synthesize(mean=1, std=0, decompose_power=False)
f = fp.power_synthesize(mean=1, std=0, real_signal=True)
power_operator = DiagonalOperator(domain, diagonal=f, bare=True)
......
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