-
Notifications
You must be signed in to change notification settings - Fork 35
RV modification functions #796
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #796 +/- ##
==========================================
+ Coverage 82.97% 83.87% +0.89%
==========================================
Files 39 39
Lines 3466 3473 +7
==========================================
+ Hits 2876 2913 +37
+ Misses 590 560 -30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@grantmcdermott this should help with some of the issues you ran into here: anthofflab/MimiPAGE2009.jl#222 |
Super, thanks for the head up @lrennels! Two minor aside, which I hope you don't mind me mentioning here although they're only tangentially related to this PR.
|
@grantmcdermott I don't mind at all, feedback is really helpful. Per your first comment yes that's a good idea I'll add some documentation on the status of |
@grantmcdermott just added a documentation link to the left-side bar, good idea! |
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.
Always exciting to see us surfacing more details on errors
wip/temp.jl
Outdated
@@ -0,0 +1,34 @@ | |||
using Mimi |
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.
Was this file intended to be checked in? I can't see how it connects to the rest of the files in this PR
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.
Ah good point thank you, deleted it!
#795