Skip to content

Commit

Permalink
Merge branch 'main' into fourier-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler authored Nov 10, 2023
2 parents 362f501 + d2da47e commit 4cceaf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gstools/field/summator.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def summate_incompr(
summed_modes[d, i] += (
proj[d] * (z_1[j] * cos(phase) + z_2[j] * sin(phase))
)

return np.asarray(summed_modes)


Expand Down

0 comments on commit 4cceaf4

Please sign in to comment.