From b7c4bac4213b8ef8a65de11bbc72ab88212d572d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Tenn=C3=B8e?= Date: Mon, 16 Apr 2018 16:21:44 +0200 Subject: [PATCH] MAINT: comment --- src/uncertainpy/core/parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncertainpy/core/parallel.py b/src/uncertainpy/core/parallel.py index 13578319..313e3f3f 100644 --- a/src/uncertainpy/core/parallel.py +++ b/src/uncertainpy/core/parallel.py @@ -117,7 +117,7 @@ def create_interpolations(self, result): if feature in self.features.interpolate or \ (feature == self.model.name and self.model.interpolate and not self.model.ignore): - # This does not ignore np.nan results + # This does not ignore shape differences due to np.nan results if not is_regular(result[feature]["values"]): raise ValueError("{}: values within one evaluation is irregular,".format(feature) + " unable to perform interpolation.")