aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ui.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 20:54:38 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 20:54:38 +0200
commit25f372c69dfc846faebb4763ecc60e9e0750021b (patch)
treeeef3abc47a67cb8aabde65eabeb3e4c86936b387 /tests/test_ui.py
parentAdd tentative windows instructions (diff)
downloadpaper2remarkable-25f372c69dfc846faebb4763ecc60e9e0750021b.tar.gz
paper2remarkable-25f372c69dfc846faebb4763ecc60e9e0750021b.zip
Improve support for Neurips provider (fixes #59)
Diffstat (limited to 'tests/test_ui.py')
-rw-r--r--tests/test_ui.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py
index 5747eb9..61b371d 100644
--- a/tests/test_ui.py
+++ b/tests/test_ui.py
@@ -98,7 +98,7 @@ class TestUI(unittest.TestCase):
PdfUrl,
"https://confcats_isif.s3.amazonaws.com/web-files/journals/entries/Nonlinear%20Kalman%20Filters.pdf",
"https://confcats_isif.s3.amazonaws.com/web-files/journals/entries/Nonlinear%20Kalman%20Filters.pdf",
- ),
+ ),
(
JMLR,
"https://www.jmlr.org/papers/volume17/14-526/14-526.pdf",
@@ -150,6 +150,11 @@ class TestUI(unittest.TestCase):
"https://papers.nips.cc/paper/7796-middle-out-decoding",
),
(
+ 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",
+ ),
+ (
CiteSeerX,
"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.89.6548",
"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.89.6548",