acerbilab / pyvbmc

PyVBMC: Variational Bayesian Monte Carlo algorithm for posterior and model inference in Python
https://acerbilab.github.io/pyvbmc/
BSD 3-Clause "New" or "Revised" License
114 stars 6 forks source link

Minor fixes from JoSS review + static linting #140

Closed Bobby-Huggins closed 1 year ago

Bobby-Huggins commented 1 year ago
  1. Adds notes to the documentation regarding: pytest --reruns=x, and non-finite values in the target function.
  2. Removes unused options keywords.
  3. Other minor documentation fixes.
  4. Other minor static linting fixes (thanks, @pipme).