-
Notifications
You must be signed in to change notification settings - Fork 18
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
Scale, Product Array Combinator #349
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #349 +/- ##
==========================================
- Coverage 76.00% 75.77% -0.23%
==========================================
Files 78 80 +2
Lines 6600 6796 +196
==========================================
+ Hits 5016 5150 +134
- Misses 1584 1646 +62 ☔ View full report in Codecov by Sentry. |
what's the difference between scale and product? Also, does this work for discrete extent when the factor is a positive integer? |
|
Can we reverse the direction of scaledim so that it multiplies the extent, rather than dividing? My intuition is that we should be able to write |
Do not merge