allenai / allennlp-as-a-library-example

A simple example for how to build your own model using AllenNLP as a dependency.
113 stars 51 forks source link

Fix path issue for pytest as in allennlp issue (#1417) #12

Closed HarshTrivedi closed 6 years ago

HarshTrivedi commented 6 years ago

Issue Link.

nelson-liu commented 6 years ago

Thanks for this, I was hoping for a more permanent solution in the allennlp library itself --- it's annoying for an end user to have to hack the library to make it have reasonable behavior. I opened a PR to fix the root problem at https://github.com/allenai/allennlp/pull/1418 , which should solve the issue for this repo as well I think...

HarshTrivedi commented 6 years ago

Yes I agree, making change in allennlp library directly is better. I will close this.