Heberto Mayorquin
Heberto Mayorquin
Interesting idea. I am personally curios about how the implementation of WrappedArray would look like. Another alternative is to pass a slice as an argument to `get_data_in_units` but that way...
Maybe now it could be implemented now? https://caniuse.com/?search=BigInt64Array
@JoeZiminski it is in my to-do list to review this. Just a ping
All right. Where should this behavior be written?
Requires https://github.com/SpikeInterface/spikeinterface/pull/2876 for some reason : O
Yeah, that internal code should be refactored I think. Public API should not be constrained to internal convenience.
My only strong preference is that the one that is available to users behaves like a normal dictionary without magic. Implicit behavior is always confusing. Right now we have three...
Thanks for the explanation Sam. Our of curiosity, the return None property, is just for syntactic suggar, right? The convenience that you point above is the one that @zm711 pointed...
Mmm not sure how to move forward. I don't like @samuelgarcia magic and I think that the current state of affairs is very confusing for end users at the cost...