From 56755fcdc6d6e93508896e87b347b42339f5aea3 Mon Sep 17 00:00:00 2001 From: dilyabareeva Date: Wed, 23 Oct 2024 14:47:07 +0200 Subject: [PATCH 1/2] quanda link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: From 5e0f5b6ef0eae89995678986bb6f60251cba3ac6 Mon Sep 17 00:00:00 2001 From: dilyabareeva Date: Wed, 23 Oct 2024 15:34:59 +0200 Subject: [PATCH 2/2] pytest ignore FutureWarning --- pytest.ini | 1 + 1 file changed, 1 insertion(+) 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