diff --git a/README.md b/README.md index 1b29f39e..4bf959e7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ _Quantus is currently under active development so carefully note the Quantus release version to ensure reproducibility of your work._ [📑 Shortcut to paper!](https://jmlr.org/papers/volume24/22-0142/22-0142.pdf) + +🐼 For **training data attribution** evaluation, check out [quanda](https://github.com/dilyabareeva/quanda)! ## News and Highlights! :rocket: diff --git a/pytest.ini b/pytest.ini index 2a513a4c..d40de735 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,3 +24,4 @@ filterwarnings = error ignore::UserWarning ignore::DeprecationWarning + ignore::FutureWarning