| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 80.00000% with 4 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2762 +/- ##
==========================================
+ Coverage 83.05% 83.06% +0.01%
==========================================
Files 248 248
Lines 50438 50452 +14
Branches 4437 4439 +2
==========================================
+ Hits 41890 41909 +19
+ Misses 7789 7783 -6
- Partials 759 760 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
There was a problem hiding this comment.
One tiny nitpick on the test, otherwise looks good to me.
Sorry, something went wrong.
| dim1 = CustomDimension(name='d1', symbolic_size=3) | ||
| x = Array(name='x', dimensions=(dim0, dim1), dtype=np.float32) | ||
|
|
||
| deref = Dereference(x, ptr, offset=off) |
There was a problem hiding this comment.
Is there any case where you could have a static offset (i.e. off = 3)?
Sorry, something went wrong.
There was a problem hiding this comment.
I cannot see one today, but as long as it's a sympy.Number it'd create no problems
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.