Skip to content

metric_gaussian_kl.py: Fix samples property

Gordian Edenhofer requested to merge nifty6_fix_kl_samples into NIFTy_6

Fix a bug which was introduced in eded7903 making it impossible to access the sample property of a KL with mirrored samples as tuples can not be added to lists.

Merge request reports