How do you get to run?
daMogli opened this issue · 1 comments
daMogli commented
I cloned your git repo, can't get it to run.
In .../Pyscholar/src running:
python pyscholar.py -c 1 --author "albert einstein" --phrase "quantum theory"
resulting in:
~/PyScholar/src/pyscholar.py(216)main()
-> print e
(Pdb)
dnlcrl commented
Hi daMogli, thanks for pointing out the issue, it was caused by a wrong default parameter, it should be fixed now.
Can you pull and confirm?
Thanks.