Skip to content

Commit

Permalink
Re-run notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDuffield committed Feb 7, 2024
1 parent d117f5b commit 4d4a540
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 127 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ Pull requests are welcomed! Please go through the following steps:
1. Create a new branch from `main`.
2. Run `pip install -e .` to install the package in editable mode.
3. Add your code and tests (`tests` has the same structure as `uqlib`).
4. Run `pre-commit run --all-files` and `pytest` to check your code lints and tests pass.
5. Commit your changes and push your branch to GitHub.
6. Create pull request into the `main` branch.
4. Run `pre-commit run --all-files` to check your code lints
(or your can run `pre-commit install` in the repo to make `pre-commit`
run automatically on `git commit`).
5. Run `python -m pytest` to check that all tests pass.
6. Commit your changes and push your branch to GitHub.
7. Create pull request into the `main` branch.

Feel free to open a draft PR to discuss changes or get feedback.

67 changes: 7 additions & 60 deletions examples/yelp/yelp_subspace_ekf_diag_hessian.ipynb

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions examples/yelp/yelp_subspace_laplace_diag_fisher.ipynb

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions examples/yelp/yelp_subspace_sghmc.ipynb

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions examples/yelp/yelp_subspace_vi_diag.ipynb

Large diffs are not rendered by default.

0 comments on commit 4d4a540

Please sign in to comment.