aleximmer / Laplace

Laplace approximations for Deep Learning.
https://aleximmer.github.io/Laplace
MIT License
458 stars 71 forks source link

Remove depreciated `loss_average` argument of `KFACLinearOperator` and add makefile for ruff #197

Closed runame closed 3 months ago

runame commented 3 months ago

The loss_average argument of KFACLinearOperator in curvlinops was just removed here. Hence, I removed the single use of this argument in this repo.

Also, I added a makefile to bundle both ruff commands into one (make ruff) since this is a very common workflow.

runame commented 3 months ago

@wiseodd All tests pass now!