-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Test Load Function Online #2271
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
|
Hmm, The test still failed, I think this warrants more attention. |
|
Hi @kartikdutt18 , quick & nice observation👍. I submitted a PR the day before yesterday, but there was no LoadSaveTest failure. Also no new PR merge. So why? I don't get it... |
|
Hi @bisakhmondal, this might be because of new version of dependency that mlpack uses. Currently working on finding that out. Locally it works fine. |
|
Yup it's related to a dependency, I ran update across all my dependencies and finally got the test to fail. |
zoq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this could work as a quick fix.
Co-Authored-By: Marcus Edel <[email protected]>
|
Closing this in lieu of #2278. |
So across all PRs yesterday LoadSaveTest Failed. I tried it on my Mac (OS Sierra and Catalina) one with Julia bindings and the other with python bindings. None of them failed. So I just want to check if the tests fail. Hopefully they don't and I close this :) .
Thanks.