-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make unit tests compile without dynet #742
Comments
Thanks to your PR, this test now passes. However, others failures showed up in the corenlp subproject. They are all caused by this error:
This error happens because this model: Thank you! |
The file is 50MB and would fit on maven and github. Although it is nice to have all the models in the same place (artifactory), it also requires the custom resolver in order to use. Which would you rather have: maven/github or artifactory? It could be github and artifactory. Usually I don't make a github repo just to publish a resource on artifactory. |
Perhaps even better, the file could be added to the processors-corenlp subproject as a resource and there wouldn't be an external dependency. |
Local resource would be best!
…On Wed, Aug 30, 2023, 1:29 PM Keith Alcock ***@***.***> wrote:
Perhaps even better, the file could be added to the processors-corenlp
subproject as a resource and there wouldn't be an external dependency.
—
Reply to this email directly, view it on GitHub
<#742 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI75TUTE3OBWYE4RZI7V3LXX6PC5ANCNFSM6AAAAAA4CGWF6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@kwalcock : I removed dynet from processors in the branch
balaur-minus-dynet
. I adjusted most unit tests, but this one does not compile:Can you please adjust it when you have a moment?
The text was updated successfully, but these errors were encountered: