purepani
purepani
Looks like the Rotation class has been covered! https://github.com/scipy/scipy/pull/23249
Also, there is some simplification that can be done in terms of variables that I didn't do when removing the ctypes conversion, mostly because I wanted to make sure not...
Thanks! I don't quite have an nvidia GPU set up that I can use for this; would it be possible to test with CI? Obviously some CI would have to...
There's something that stops `uv build` from working outright in machines that aren't mine(particularly in CI), so I need to solve that before proceeding
I have fixed the issue mentioned earlier, did some cleanup, and added a new CI file. I made some changes to the test files to get them to actually run...
Oh, I just noticed it looks like the 2 tests that were failing earlier due to precision are fine now! I have no idea what commit fixed that, but I...
I fixed the tests by removing the relative imports. I realized there was no reason to actually have the relative imports except for working with pytest(which for some reason I...
Had a dumb typo for the gpu tests; could they be run again?
It looks like the ASTRA tests work correctly. I removed the FORCE_GPU variable from CI, because it would otherwise stop the tests for ASTRA from running since I don't have...
Actually, I might try and split this into 2 PRs: one to convert to a c-extension, and then another to allow for building as a wheel for python packaging. It'll...