semantic expansion of units #322
d-chambers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@quasiStellar45 came up with a good idea about how we might use units.
Normally, to indicate values passed to a patch function represent samples, the patch function has a
samplesargument. Something like this:but it might be done like this:
We also discussed allowing size constraints to be specified by memory units. For example:
This would require storing the array dtype in the index (which we don't current do), and possibly tie into fixing #252.
All reactions