Skip to content

Commit

Permalink
MAINT: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simetenn committed Apr 16, 2018
1 parent b4a113c commit b7c4bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uncertainpy/core/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit b7c4bac

Please sign in to comment.