-
Notifications
You must be signed in to change notification settings - Fork 23
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
Specify the domain of decommission variables #846
Conversation
@abelsiqueira @datejada It is more or less straightforward to do this for the decommission variable of the compact method, so I did this before the refactor. The simple method is a bit more complex because it is indexed differently, i.e., not using an indice set yet, but it will be the same idea (and the conditions are very similar as well). Since we'll refactor, I did not do it for the simple method and rather do it in the factor. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #846 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 20 20
Lines 1017 1021 +4
=======================================
+ Hits 1016 1020 +4
Misses 1 1 ☔ View full report in Codecov by Sentry. |
@abelsiqueira both the link and the codecov/project fails are confusing to me, could you have a look? Thanks! |
For completeness, repeating some thigns from the chat here. The link check failure is probably due to changes in the treatment of automated link checkers by the end points. Recommended solution is to ignore at the moment, and check after we apply Bestie (#676). If the error persists we can add it to the ignore list. This is safe to do for this website at least. We can think again for the others. The Codecov error is probably because version "1" points to "1.11" now (JuliaLang/www.julialang.org#2160) and that affected how the coverage is processed.
|
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.
LGTM
Edit: I will not search for a temp solution for now, because in the afternoon @datejada will apply Bestie with @abelsiqueira and will try to address this issue and the codecov issue.
|
4725b7f
to
e24557a
Compare
Pull request details
Describe the changes made in this pull request
List of related issues or pull requests
Closes #828
Collaboration confirmation
As a contributor I confirm