You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set start method to fork for MacOs ARM devices (#6218)
* fixing paralell sampling issue on M1 Macs
* Changing set method defaults for arm vs intel Mac
Changing default multiprocessing start method to "fork" for ARM Macs and leaving default "forkserver" for intel macs.
* Fix docstring of the ZeroInflatedPoisson distribution.
The parameterization uses the variable `mu` but the docstring uses
`mu` in some cases and `theta` in other cases. The fix replaces
all `theta` with `mu` to match the argument name for this distribution.
* Fix debug_print of wrong variable in notebook
* Revert "Fix debug_print of wrong variable in notebook"
This reverts commit 726d8d0.
* Revert "Fix docstring of the ZeroInflatedPoisson distribution."
This reverts commit 631d3d4.
* Run pre-commit
Co-authored-by: Carl Scheffler <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments