jmalkin commented on issue #20:
URL: 
https://github.com/apache/datasketches-python/issues/20#issuecomment-1855343136

   `std::variant` mostly works, but whether using that or defining different 
methods, I'm finding that the `nb:*_contig` option isn't being handled 
properly. That is, I have a matrix that should have Fortran contiguity 
(column-major) but it's being handled by the flow specifying C contiguity 
(row-major).
   
   I can finish this in a preliminary state by requiring users to specify the 
order, but I'd prefer a better solution here. Will try to create a minimal 
example and create a discussion item in the nanobind repo.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to