1. 14 Dec, 2023 2 commits
    • Boris Bonev's avatar
      Bbonev/coverage report (#26) · 9577cc8f
      Boris Bonev authored
      * adding github action for coverage report
      
      * removing github action
      
      * report coverage in terminal
      
      * restricting to files directly inside torch-harmonics
      
      * adding exclusion list for coverage
      
      * instricting pytest-cov to use coragerc
      
      * instricting pytest-cov to use coragerc
      
      * changing exclusion list in coveragerc
      9577cc8f
    • Boris Bonev's avatar
      Bbonev/discrete continuous convolutions (#25) · a0227d4c
      Boris Bonev authored
      
      
      * Fixing the precomputation of the Psi matrix
      
      * moving tests to a parent folder
      
      * removing tqdm
      
      * deleting deprecated distributed tests
      
      * Moving distributed test
      
      * adapting workfolow
      
      * Added some more comments to make the code more understandable
      
      * more detailed explanation for the derivation of the rotation angles
      
      * added another comment
      
      ---------
      Co-authored-by: default avatarThorsten Kurth <tkurth@nvidia.com>
      a0227d4c
  2. 06 Sep, 2023 1 commit
    • Boris Bonev's avatar
      Bbonev/gradcheck (#9) · cec07d7a
      Boris Bonev authored
      * Added gradient check to test suite
      * reduced size of the unit test
      * switched to parametrized for unittests
      cec07d7a
  3. 09 Jun, 2023 4 commits