JetBrains-Research / pubtrends

Scientific literature explorer. Runs a Pubmed or Semantic Scholar search and allows user to explore high-level structure of result papers
Apache License 2.0
36 stars 2 forks source link

Not implemented yet for SS #257

Closed olegs closed 3 years ago

olegs commented 3 years ago
Task analyze_search_terms[b5cd85f5-69ea-4093-a6d9-5ff2cd23ca21] raised unexpected: Exception('Not implemented yet')
Traceback (most recent call last):
  File "/home/user/miniconda3/envs/pubtrends/lib/python3.8/site-packages/celery/app/trace.py", line 385, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/home/user/miniconda3/envs/pubtrends/lib/python3.8/site-packages/celery/app/trace.py", line 650, in __protected_call__
    return self.run(*args, **kwargs)
  File "/home/user/pysrc/celery/tasks_main.py", line 27, in analyze_search_terms
    ids = expand_ids(
  File "/home/user/pysrc/papers/analysis/expand.py", line 36, in expand_ids
    cit_mean, cit_std = estimate_citations(ids, loader, citations_q_low, citations_q_high)
  File "/home/user/pysrc/papers/analysis/expand.py", line 118, in estimate_citations
    total = loader.estimate_citations(ids)
  File "/home/user/pysrc/papers/db/ss_postgres_loader.py", line 162, in estimate_citations
    raise Exception('Not implemented yet')