-
Notifications
You must be signed in to change notification settings - Fork 28
use the same ejml version used by j4ml #636
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
Conversation
|
What's the easiest way to reproduce this runtime error? Apparently none of our tests are sensitive to it. |
|
Include the CVTAlignment service in the yaml |
Supposedly |
Yep. For example: |
|
And I've found the enforcer also catches the one here (among many many more conflicts): |
That's the one |
Starting from 0.41, ejml-simple implements a new class ConstMatrix. This is not found at run time because the coat-lib jar contains two versions of this dependency, the other one being version 0.40 pulled by j4ml.
It never surfaced before because it is used only by the CVTAlignment service