-
Notifications
You must be signed in to change notification settings - Fork 1.9k
KmeansOnnxConversionTest failing on NetCoreApp3.0 #2087
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
Comments
It would be helpful to list what is failing about the test. Are base lined numbers not comparing? Is an exception happening? etc. |
I intended to add the reason but i just forget while creathing the issue :P i updated the issue |
I'm guessing perhaps one of @tannergooding conformance changes. |
Does this problem still exist? I saw that ML.NET passes all CI tests. |
The test is disabled for .NET core 3
|
Test is passing after upgrade to dotnet core 3.1 |
KmeansOnnxConversionTest is failing on NetCoreApp3.0
This happened after we changed the version of netcoreapp sdk to 3.0 preview1
Associated PR #2082
This is not caused due to any change in cpumath library as it is even reproducable by using the software implementation of the functions.
cc @eerhardt @danmosemsft @tannergooding
The text was updated successfully, but these errors were encountered: