Skip to content
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

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Relax test assumptions #21

merged 3 commits into from
Aug 27, 2020

Conversation

willtebbutt
Copy link
Member

Resolves #18

@willtebbutt willtebbutt requested a review from glennmoy August 27, 2020 12:59
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #21 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   93.15%   93.15%           
=======================================
  Files           3        3           
  Lines          73       73           
=======================================
  Hits           68       68           
  Misses          5        5           
Impacted Files Coverage Δ
src/test_utils.jl 92.53% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c87cf7...3eab6af. Read the comment docs.

src/test_utils.jl Outdated Show resolved Hide resolved
@willtebbutt willtebbutt merged commit 99cfe11 into master Aug 27, 2020
@willtebbutt willtebbutt deleted the wct/relax-tests branch August 27, 2020 15:40
@@ -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}}
Copy link
Contributor

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?

Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strong assumptions about form of distributions in TestUtils
3 participants