Skip to content

Commit

Permalink
Merge branch 'master' into precedence_UpTee_RoundImplies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera authored Nov 30, 2024
2 parents 980f479 + b51e4db commit 5c7cf2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mathics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
- name: Test Mathics3
run: |
# Until next Mathics3/mathics-core release is out...
# git clone https://github.com/Mathics3/mathics-core.git
# Until next operator-info-from-JSON is merges
git clone -b operator-info-from-JSON https://github.com/Mathics3/mathics-core.git
git clone https://github.com/Mathics3/mathics-core.git
cd mathics-core/
make PIP_INSTALL_OPTS='[full]'
# pip install Mathics3[full]
Expand Down
4 changes: 2 additions & 2 deletions mathics_scanner/data/operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ Cap:

CapitalDifferentialD:
Precedence-Function: 550
precedence: 560
precedence: 550
WolframLanguageData:
WolframLanguageData-corrected: 23
UnicodeCharacters.tr: 630
Expand Down Expand Up @@ -1119,7 +1119,7 @@ DifferenceDelta:

DifferentialD:
Precedence-Function: 550
precedence: 560
precedence: 550
WolframLanguageData:
WolframLanguageData-corrected: 23
UnicodeCharacters.tr: 630
Expand Down

0 comments on commit 5c7cf2f

Please sign in to comment.