-
Notifications
You must be signed in to change notification settings - Fork 0
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
Relax test assumptions #21
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 93.15% 93.15%
=======================================
Files 3 3
Lines 73 73
=======================================
Hits 68 68
Misses 5 5
Continue to review full report at Codecov.
|
@@ -168,7 +168,7 @@ function test_interface( | |||
inputs=rand(5, 5), outputs=rand(3, 5) | |||
) | |||
predictions = test_common(template, inputs, outputs) | |||
@test predictions isa Vector{<:MultivariateNormal{<:Real}} |
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.
Why do these have to be Continuous
?
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.
Because multivariate classification isn't a thing we care about supporting?
We barely support classification.
Resolves #18