-
Notifications
You must be signed in to change notification settings - Fork 6
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
updates for Insolation.jl #88
Conversation
Does any other package use |
I can't imagine any other package uses it. But if it's easier to have unused parameters floating around then we can just keep it. |
…ing that can be parsed as DateTime.
64d575b
to
4b3e779
Compare
@odunbar I think we need to update the tests? The line Updating to this makes tests pass, but I'm sure there's something more elegant to do.
|
What is the status on this one? @claresinger - should we update the new toml files with those parameters? I think that it's better to delete unused parameters, even if it means a breaking change. Maybe we could collect a couple of such changes and then do it together? |
Hi @trontrytel. The status on this was 1) waiting for parameters to accept string values (which has happened) and 2) waiting to delete the unused |
bors try |
tryBuild succeeded: |
Sounds good, thank you @claresinger! I also have one name change that would be a breaking thing to merge in. I'll collect the two together and do a breaking release. (And maybe see if other people have some breaking changes they want to make too). @nefrathenrici - should we do it before or after your aerosol PR? |
@trontrytel Feel free to do it before my PR, I don't mind adding a minor release afterwards if needed. |
Codecov ReportBase: 94.26% // Head: 94.26% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
=======================================
Coverage 94.26% 94.26%
=======================================
Files 1 1
Lines 122 122
=======================================
Hits 115 115
Misses 7 7 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
lon_perihelion
parameterepoch
to be given as a String@charleskawczynski Do you want to wait until you merge the changes to the code structure? Or can we merge this sooner?