hameerabbasi / xsparse

XSparse is an experimental XTensor-like C++ sparse-array library.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

[MAIN] Update doctest to remove deprecation errors for Macs #16

Closed adam2392 closed 1 year ago

adam2392 commented 1 year ago

Fixes: #15

adam2392 commented 1 year ago

Hi @hameerabbasi just want to clarify, would it be helpful for me to go ahead and fix all the CI errors as well on this PR to grab them all at once? I'm starting to look thru the code to understand and map all the level format functions in the paper to where they should be implemented.

hameerabbasi commented 1 year ago

Yes, Main should always be green. 😅

adam2392 commented 1 year ago

Yes, Main should always be green. 😅

Noted! easy enough fix :) of just making sure a header was imported explicitly.

hameerabbasi commented 1 year ago

Ah, style fixes. The README goes into how to fix those. 😉