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

Very simple derivative implementation #143

Closed
wants to merge 6 commits into from

Conversation

willtebbutt
Copy link
Member

@willtebbutt willtebbutt commented Oct 30, 2020

I need some very simple derivatives for some research I'm currently doing. This is nothing like a full implementation of what we need to sort out #128 , although it does provide a vague idea of the kinds of things that you might need to do to implement stuff involving derivatives of GPs.

@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #143 into master will increase coverage by 0.36%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   82.43%   82.79%   +0.36%     
==========================================
  Files          27       28       +1     
  Lines         763      779      +16     
==========================================
+ Hits          629      645      +16     
  Misses        134      134              
Impacted Files Coverage Δ
src/Stheno.jl 100.00% <ø> (ø)
src/composite/derivative.jl 100.00% <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 3b81a8f...3da608e. Read the comment docs.

@willtebbutt willtebbutt closed this Jan 9, 2022
@willtebbutt willtebbutt deleted the wct/simple-derivatives branch January 9, 2022 18:32
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.

1 participant