Adding matrix order=None to matrix classes#495
Adding matrix order=None to matrix classes#495Transurgeon wants to merge 3 commits intopython-graphblas:mainfrom
order=None to matrix classes#495Conversation
|
Thanks for starting on this @Transurgeon! I would recommend adding implementation too. Ideally, you should test and verify what you did is needed and works as expected as you add I would start with Also, |
|
Hello @eriknw , sorry for the delay on this, I have been finishing up some details for my GSoC project. |
|
No worries :) I was also traveling and mostly AFK last week. I will take a closer look at this PR. As for the error, it looks like you're running from within the |
|
Hey, sorry for letting this sit. I was traveling and on vacation the last two weeks. I should have time to give this attention later this week. |

This PR adds an optional order argument to some matrix classes.
This is also the first task of issue #492