We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb77260 + cb532f6 commit e46b935Copy full SHA for e46b935
.github/workflows/osx.yml
@@ -24,9 +24,8 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install OS dependencies
26
run: |
27
- brew install llvm@11 tesseract
+ brew install llvm tesseract
28
python -m pip install --upgrade pip
29
- LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
30
- name: Install Mathics3 with full Python dependencies
31
32
# We can comment out after next Mathics-Scanner release
mathics/builtin/image/basic.py
@@ -293,7 +293,7 @@ class Threshold(Builtin):
293
294
>> img = Import["ExampleData/hedy.tif"];
295
>> Threshold[img]
296
- = 0.408203
+ = ...
297
X> Binarize[img, %]
298
= -Image-
299
X> Threshold[img, Method -> "Mean"]
0 commit comments