issues
search
risi-kondor
/
GElib
C++/CUDA library for SO(3) equivariant operations
Mozilla Public License 2.0
19
stars
3
forks
source link
Changes to Existing GElib Types
#9
Open
rwkeane
opened
4 months ago
rwkeane
commented
4 months ago
This PR:
Fixes various typos / minor bugs / similar in existing python code.
Adds some type hints through the existing code. More would be better, but this is focused on the files I touched.
Added a few new functions with "style" similar to existing functions (e.g. a
ones()
function and various getters).
Made some performance improvements (e.g. switching throwing errors for assertions)
Other minor things
This PR:
ones()
function and various getters).