Uh oh!
There was an error while loading. Please reload this page.
Change math.py to numpydoc style - #211
Conversation
093d8ff to
48bca92CompareKybernetikJo
commented
Aug 30, 2023
I have refactored the pytests of math.py. Now every wrapper has its own pytest file and a Test_class (even though there are not always multiple tests). Now that I think about it, though, I'm not at all sure that organizing the tests in this way is the best approach. Anyway, I think I'll stick with it for now. Questions: Do we need the file "tests/CMakeLists.txt" ? Is it for conda? |
33d981c to
ca8fb3fComparebnavigator
commented
Jan 7, 2024
Please rebase (and optionally squash) |
99ac80d to
91baf0eCompareKybernetikJo
commented
Jan 7, 2024
@bnavigator I had some troubles with git, because a "git reset HEAD" I did at some point. I think it should be OK, though. |
bnavigator
commented
Jan 7, 2024
Thanks @KybernetikJo! For the record, contrary to the initial description of this PR, the test files have not been reorganized, following a discussion in #206. |
This PR refactors the
Slycot/slycot/math.pyin order to be closer to the numpdoc style as discussed in #100.Should be part of #204.
(finished 7 of 7 routines)
Status description: