-
Notifications
You must be signed in to change notification settings - Fork 8
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
ReadData updates #83
ReadData updates #83
Conversation
Co-authored-by: Richard Reeve <[email protected]> (cherry picked from commit d2c6a93)
@richardreeve do we think we are ready to release v0.1.3 after this goes through? I need it in order for the Pluto notebooks to work |
Pull Request Test Coverage Report for Build 2172848642
💛 - Coveralls |
Codecov Report
@@ Coverage Diff @@
## main #83 +/- ##
==========================================
+ Coverage 73.20% 73.25% +0.05%
==========================================
Files 26 26
Lines 2000 2004 +4
==========================================
+ Hits 1464 1468 +4
Misses 536 536
Continue to review full report at Codecov.
|
@claireh93 - I'm happy for this to merge, and for you to release 0.1.3. However, maybe first I've also discovered something really cool to fix our problems with examples not working with the current
This doesn't change the repo-url = "../.." And that works on anyone's machine! Cool, eh? Anyway, I thought you might want to add in the manifests into |
@richardreeve that's cool! I'd like to add that in before we release 0.1.3 then |
Incidentally, you get slightly different Manifests depending on whether you type |
I think maybe
which may break when you do additional commits to the repo. |
@richardreeve could you check these work on your machine please? |
Found a couple of missing dependencies in the examples folder... it would be good to automatically run at least |
Okay @claireh93, that works for me now, but you may want to check it again! |
Yes I think that sounds like a good plan, I'll have a go at that this afternoon - then at least we know the loading of the examples works for people! |
@richardreeve I have added a test to the examples folder so that we know it can build (exampleModels.jl takes too long to run). However, it seems like worldclim is down, so tests are currently failing |
Okay @claireh93 - the site is still down, so let's just wait until it's up to check everything is working... |
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.
Just fiddling with this because I need to start looking at PRs again and I just thought I'd start with some tidying. Feel free to ignore if you don't like it!
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
Co-authored-by: Richard Reeve <[email protected]>
A few simple changes to read functions.
Closes #85