Skip to content

metric_gaussian_kl.py: Fix samples property

Gordian Edenhofer requested to merge nifty6_fix_kl_samples_prop 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 a list can not be added to a tuple in python.

Merge request reports