Skip to content
Snippets Groups Projects
  1. Mar 27, 2024
  2. Mar 22, 2024
  3. Dec 20, 2023
  4. Dec 18, 2023
  5. Dec 10, 2023
  6. Dec 09, 2023
  7. Dec 08, 2023
  8. Nov 13, 2023
  9. Nov 12, 2023
  10. Nov 11, 2023
  11. Nov 10, 2023
  12. Nov 01, 2023
  13. Oct 21, 2021
  14. Oct 04, 2021
  15. Sep 16, 2021
  16. Sep 15, 2021
    • Daniel Wysocki's avatar
      Fixing broadcasting issue for some models · d78a89cd
      Daniel Wysocki authored
      Broadcasting was broken for the beta and truncnorm models when the
      parameters' dimensions exceed 1.  This occurs when `where=True`, as
      `x[True].shape == (1,)+x.shape`, whereas the desired behavior is to
      maintain the original shape.  To fix this, we simply broadcast the
      `where` array to `parameters.shape`.
      d78a89cd
  17. Sep 07, 2021
  18. Sep 02, 2021
  19. Aug 31, 2021
  20. Jul 19, 2021
Loading