python: fix handling of N/A output in image.statistics()#2249
python: fix handling of N/A output in image.statistics()#2249jdtournier merged 2 commits intomasterfrom
Conversation
Lestropie
left a comment
There was a problem hiding this comment.
Would prefer to do the copyright message update in its own PR so that it doesn't corrupt the diff of unrelated changes. It looks like other stuff unrelated to the topic at hand has also made its way into here, likely due to a difference in base between the local branch and the PR, which would also make more sense in its own PR.
I consider this a bug fix, but I suggest merging to dev given there is scope for this to change behaviour of existing apps.
If the only "change of behaviour" is provision of a more interpretable error message where continuation of processing is not possible in any case, I don't think that merging to master is a problem.
|
Fair enough to split it from the changes in
Well, in the case of |
26c0cf9 to
d19f3b4
Compare
Discussed in #2248
I consider this a bug fix, but I suggest merging to
devgiven there is scope for this to change behaviour of existing apps. Up for discussion.