| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| return super()._sympify(arg) | ||
| except sympy.SympifyError: | ||
| # Pure sympy object | ||
| return arg._sympy_() |
There was a problem hiding this comment.
Note: This prevents sympy from forcing some weird type conversion because of
That for example converts EnrichedTuples to sympy's tuples. By using _sympy_ explicitly it makes sure it only convert object with explicity conversion defined (so mostly pure sympy objects or our objects with it defined)
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 92.30769% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2854 +/- ##
=======================================
Coverage 78.96% 78.96%
=======================================
Files 248 248
Lines 50950 50980 +30
Branches 4405 4411 +6
=======================================
+ Hits 40232 40258 +26
- Misses 9917 9919 +2
- Partials 801 803 +2 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix issue using Staggering object as input for staggered