Skip to content

Fix pymultinest failing when using long name

Colm Talbot requested to merge fix-pymultinest-long-name-warning into master

We have a warning logged when the path is too long for multinest to handle. This warning is currently causing an unrelated error as it's trying to access self.__kwargs instead of self.kwargs. This MR fixes that.

Merge request reports