Skip to content

Unbreak MetricGaussianKL_MPI in nifty6

Gordian Edenhofer requested to merge nifty6_unbreak_MPI_KL into NIFTy_6

In commit eda70a19, the internal config handling scheme was removed without ensuring that MetricGaussianKL_MPI is imported. This lead to a state in which the MPI version of the KL is never imported. Fix this by always importing MetricGaussianKL_MPI in init.py.

Merge request reports