diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:47:07 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:47:07 +0000 |
| commit | db11b6309859af4da5636ba805aadc688d8c7977 (patch) | |
| tree | 9da8ce36fce70d4762255d8992a99b99fb37de54 /tests/test_ui.py | |
| parent | Bump version and update changelog (diff) | |
| parent | *actually* fix the failing test (diff) | |
| download | paper2remarkable-db11b6309859af4da5636ba805aadc688d8c7977.tar.gz paper2remarkable-db11b6309859af4da5636ba805aadc688d8c7977.zip | |
Merge branch 'bugfix/neurips_2'
Diffstat (limited to 'tests/test_ui.py')
| -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..5ccfbab 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/file/b534ba68236ba543ae44b22bd110a1d6-Paper.pdf", ), ( CiteSeerX, |
