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

revert change of FiniteGP constructor from #236 to avoid breaking downstream packages #310

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

st--
Copy link
Member

@st-- st-- commented Apr 1, 2022

The

FiniteGP(f::AbstractGP, x::AbstractVector, σ²::Real=default_σ²) = FiniteGP(f, x, ScalMat(length(x), σ²))

unfortunately ended up breaking ApproximateGPs, so this reverts that specific change of #236.

I'll move this constructor change into #306 instead.

@st-- st-- requested review from willtebbutt and theogf April 1, 2022 16:40
@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #310 (5119b0b) into master (c126765) will decrease coverage by 0.26%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
- Coverage   97.90%   97.64%   -0.27%     
==========================================
  Files          10       10              
  Lines         382      382              
==========================================
- Hits          374      373       -1     
- Misses          8        9       +1     
Impacted Files Coverage Δ
src/finite_gp_projection.jl 100.00% <100.00%> (ø)
src/util/common_covmat_ops.jl 95.23% <0.00%> (-2.39%) ⬇️

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 c126765...5119b0b. Read the comment docs.

@st-- st-- merged commit 0440ea6 into master Apr 1, 2022
@st-- st-- deleted the st/hotfix branch April 1, 2022 19:13
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.

2 participants