diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_providers.py | 2 | ||||
| -rw-r--r-- | tests/test_ui.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_providers.py b/tests/test_providers.py index 27096ac..9b2f24d 100644 --- a/tests/test_providers.py +++ b/tests/test_providers.py @@ -232,7 +232,7 @@ class TestProviders(unittest.TestCase): def test_neurips_1(self): prov = NeurIPS(upload=False, verbose=VERBOSE) url = "https://papers.nips.cc/paper/325-leaning-by-combining-memorization-and-gradient-descent.pdf" - exp = "Platt_-_Leaning_by_Combining_Memorization_and_Gradient_Descent_1991.pdf" + exp = "Platt_-_Leaning_by_Combining_Memorization_and_Gradient_Descent_1990.pdf" filename = prov.run(url) self.assertEqual(exp, os.path.basename(filename)) diff --git a/tests/test_ui.py b/tests/test_ui.py index e485bfe..d36c5b3 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -149,12 +149,12 @@ class TestUI(unittest.TestCase): ( NeurIPS, "https://papers.nips.cc/paper/325-leaning-by-combining-memorization-and-gradient-descent.pdf", - "https://papers.nips.cc/paper/325-leaning-by-combining-memorization-and-gradient-descent.pdf", + "https://papers.nips.cc/paper/1990/file/89f0fd5c927d466d6ec9a21b9ac34ffa-Paper.pdf", ), ( NeurIPS, "https://papers.nips.cc/paper/7796-middle-out-decoding", - "https://papers.nips.cc/paper/7796-middle-out-decoding", + "https://papers.nips.cc/paper/2018/hash/0c215f194276000be6a6df6528067151-Abstract.html", ), ( NeurIPS, |
