Skip to content
Snippets Groups Projects
  1. May 08, 2021
  2. May 07, 2021
  3. May 05, 2021
  4. May 04, 2021
  5. May 03, 2021
  6. May 01, 2021
  7. Apr 30, 2021
  8. Apr 29, 2021
    • Clemens Giuliani's avatar
      Fix the centered SR onthefly code for R->C and nonhomogeneous parametes (#661) · e3a14dbf
      Clemens Giuliani authored
      * update the test to detect R->C errors
      
      * fix the mean for R->C (used in the centered onthefly SR)
      
      * O_mean test only where possible
      
      * also test nonholomorphic
      
      * tree_ishomogeneous
      
      * move tree_conj, tree_dot, tree_cast, tree_axpy to nkjax
      
      * add util to convert pytrees to real
      
      * centered sr onthefly: convert everything to real for inhomogeneous and nonholomorphic
      
      * update the import in the sr logic test
      
      * skip R->C in O_mean test
      
      * add missing allreduce
      
      * reorder arguments
      
      * reorder arguments part 2
      
      * partially revert argument order in matvec
      
      * partially revert argument order in matvec part 2
      
      * simpler vjp_rc
      
      * fix
      
      * annotate, add type hints
      
      * auto broadcasting seems to work without the extra dim
      e3a14dbf
    • Filippo Vicentini's avatar
      Maintenance on test infrastructure (#659) · 59a0f52d
      Filippo Vicentini authored
      * make tests a module
      This is needed because we want to have a common.py file at the root of the Test folder and the only way to get relative imports working is to make everything a module
      
      * skip tests with mpi
      Skip all existing tests under mpi
      * mark legacy tests
      Skip them by default
      * change github actions
      * Add SR MPI tests
      
      * fix mpi tests
      
      * simplify sr tests
      
      * fixup!
      
      * fixup!
      
      * document a bit more
      
      * switch to myst_parser instead of recommonmark
      
      recommonmark is now deprecated in favour of myst parser
      
      * Add documentation for contributors
      
      * update README badges
      
      - change the anaconda badge to display last version - - uploaded rather than nothing
      - remove travis badge, as we dont use it anymore
      - add codecov badge ( i never find the right link)
      - remove github issue badget (it's just above there)
      [ci skip]
      59a0f52d
  9. Apr 28, 2021
  10. Apr 26, 2021
Loading