aleximmer / Laplace

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

Typehinting #180

Closed wiseodd closed 2 weeks ago

wiseodd commented 2 months ago

Closes #68

WIP and blocked by #144

wiseodd commented 2 months ago

Ready for review!

Typehinting and then typechecking with pyright really shows that there are many ambiguous typing going on in our code. To be fair due to Python allowing it. Good idea to be strict with typing for next projects lol---lesson learned.

wiseodd commented 3 weeks ago

@runame ready for review!