-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: support sympy 1.13 #2400
deps: support sympy 1.13 #2400
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2400 +/- ##
==========================================
+ Coverage 86.72% 86.74% +0.01%
==========================================
Files 235 235
Lines 44521 44542 +21
Branches 8242 8247 +5
==========================================
+ Hits 38611 38637 +26
+ Misses 5189 5186 -3
+ Partials 721 719 -2 ☔ View full report in Codecov by Sentry. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
4d460a0
to
1ffe8a1
Compare
tests/test_tensors.py
Outdated
|
||
# Scalar operations | ||
t1 = tau + 1 | ||
print(t1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover
d716211
to
f6f03fa
Compare
No description provided.