CorrelatedField: fix for `total_N > 1`
The _Distributor
used in CorrelatedFieldMaker.add_fluctuations
via _Amplitude
was broken.
It discarded input values during adjoint_times
application if dofdex != np.arange(N_total)
.
The old module-image for the shared runners will be discontinued on October 31. All users still referencing gitlab-registry.mpcdf.mpg.de/mpcdf/module-image in their CI pipelines need to switch to the new CI images now, see instructions here.
The _Distributor
used in CorrelatedFieldMaker.add_fluctuations
via _Amplitude
was broken.
It discarded input values during adjoint_times
application if dofdex != np.arange(N_total)
.