Skip to content

Commit 0c53033

Browse files
committed
tolerate various Threshold values; OSX is differnt
1 parent dced062 commit 0c53033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/image/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class Threshold(Builtin):
293293
294294
>> img = Import["ExampleData/hedy.tif"];
295295
>> Threshold[img]
296-
= 0.408203
296+
= ...
297297
X> Binarize[img, %]
298298
= -Image-
299299
X> Threshold[img, Method -> "Mean"]

0 commit comments

Comments
 (0)