-
Notifications
You must be signed in to change notification settings - Fork 25
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
Simplify TS numbers drawings, fix bug related to refresh & local thermal generation #1752
Conversation
…rom TS generation and move it before TS number drawings
…S numbers drawing + simplification on TS number drawing
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.
A few minor comments
{ | ||
for (auto i = areas.begin(); i != areas.end(); ++i) |
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.
We should use range-based for loop, no need for iterator.
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.
Done : for this, I used each()
…iesToGenerate to stay consistent with other part of the code. But whether we should use one or the other in the code requires thinking, and possibly change
… from intra-modal check
… from intra-modal check (part 2)
… from intra-modal check (part 3)
…ition mode from intra-modal check (part 4)
…tra modal consistency checker
@@ -38,8 +38,6 @@ using namespace Yuni; | |||
namespace Antares::Data |
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.
This PR contains console logs. Please review or remove them.
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 15 New issues |
Update reference results. They changed after #1752, in the case where thermal refresh is enabled.
We intend to simplify and clarify the TS number management (specially source file timeseries-numbers.cpp).
For this we did several things :