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

split parameters.jl into smaller files #47

Merged
merged 5 commits into from
Nov 28, 2021

Conversation

st--
Copy link
Member

@st-- st-- commented Nov 11, 2021

Resolves #44. Once we've agreed with the structure proposed in this PR, I'll also update the test/ structure to match.

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #47 (282d7c0) into master (d7e2e04) will decrease coverage by 0.25%.
The diff coverage is 97.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   96.80%   96.55%   -0.26%     
==========================================
  Files           4        7       +3     
  Lines         188      174      -14     
==========================================
- Hits          182      168      -14     
  Misses          6        6              
Impacted Files Coverage Δ
src/ParameterHandling.jl 100.00% <ø> (ø)
src/parameters_base.jl 83.33% <83.33%> (ø)
src/parameters_meta.jl 91.66% <91.66%> (ø)
src/parameters_matrix.jl 100.00% <100.00%> (ø)
src/parameters_scalar.jl 100.00% <100.00%> (ø)
src/test_utils.jl 92.50% <0.00%> (-0.36%) ⬇️
src/flatten.jl 98.07% <0.00%> (-0.20%) ⬇️

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 d7e2e04...282d7c0. Read the comment docs.

@st--
Copy link
Member Author

st-- commented Nov 17, 2021

@willtebbutt would you be happy to accept this in principle? then I'll go through and sort out the merge conflict....

@willtebbutt
Copy link
Member

Sorry for the slow response @st-- . I like this PR, would be happy to merge it once merge conflicts have been resolved.

@st--
Copy link
Member Author

st-- commented Nov 27, 2021

@willtebbutt done, ready for review!

Copy link
Member

@willtebbutt willtebbutt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Please could you bump the patch (I know this is meant to be a zero-modifcation PR, but just in case something has been missed), then I'll merge + tag.

@st--
Copy link
Member Author

st-- commented Nov 27, 2021 via email

@willtebbutt willtebbutt merged commit 0d59a83 into JuliaGaussianProcesses:master Nov 28, 2021
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.

RFC: file structure
2 participants