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

snake_case signatures #104

Closed Bobby-Huggins closed 2 years ago

Bobby-Huggins commented 2 years ago
  1. Updates function names and arguments to use snake_case.
  2. Updates remaining lowercase attributes in FunctionLogger to use snake_case:
    • ymax --> y_max, nevals --> n_evals
  3. Adds basic tests of __str__ and __repr__ methods to ensure attributes are correctly referenced.
  4. Updates documentation with these changes.