-
Notifications
You must be signed in to change notification settings - Fork 3
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
time! is revised #150
time! is revised #150
Conversation
I have revised |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #150 +/- ##
==========================================
- Coverage 81.52% 80.05% -1.48%
==========================================
Files 16 17 +1
Lines 1873 1955 +82
==========================================
+ Hits 1527 1565 +38
- Misses 346 390 +44 ☔ View full report in Codecov by Sentry. |
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.
@ocots at some point, we should switch to Variable / NonVariable
instead of Fixed / NonFixed
(maybe keeping the old syntax). I plead guilty on this 🙁
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.
@ocots now Index
is only used to store internally (= a user will not see it, even with the functional API) the index of the variable associated with free initial / final time 👍🏽
And nice consistency checks!
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.
@ocots 👍🏽
@ocots more or less resolved conflicts between |
@ocots will do it tonight / tomorrow
|
I am watching you 🥸 |
So? |
I have updated the tests. |
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.
@ocots thanks 👍🏽 for updating the tests: couldn't find time to do it yesterday 🙏🏽
First merge #147 then this one.