diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:32:49 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:32:49 +0000 |
| commit | dafcfeeb73febfcbe644adce327dd8f0dce5f52e (patch) | |
| tree | c641c8a56d9cb21840c8dc472dbd332eae1312d2 /tests | |
| parent | Fix for new neurips site (diff) | |
| download | paper2remarkable-dafcfeeb73febfcbe644adce327dd8f0dce5f52e.tar.gz paper2remarkable-dafcfeeb73febfcbe644adce327dd8f0dce5f52e.zip | |
fix failing test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py index 1f4dab7..c7cb24d 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -163,7 +163,7 @@ class TestUI(unittest.TestCase): ( NeurIPS, "http://papers.neurips.cc/paper/7368-on-the-dimensionality-of-word-embedding.pdf", - "http://papers.neurips.cc/paper/7368-on-the-dimensionality-of-word-embedding.pdf", + "https://proceedings.neurips.cc/paper/2018/hash/b534ba68236ba543ae44b22bd110a1d6-Abstract.html", ), ( CiteSeerX, |
