-
Notifications
You must be signed in to change notification settings - Fork 7
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
🚸 (reinforcers): Change reinforcers timing #868
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #868 +/- ##
========================================
Coverage 95.36% 95.36%
========================================
Files 115 115
Lines 2568 2568
========================================
Hits 2449 2449
Misses 119 119
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
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 modulo comment
@@ -10,6 +10,8 @@ namespace leka { | |||
|
|||
using namespace std::chrono; | |||
|
|||
inline constexpr auto reinforcer_duration = 2700ms; |
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.
ici tu veux static
parce que c'est juste pour cette TU.
inline constexpr auto reinforcer_duration = 2700ms; | |
static constexpr auto kReinforcerDuration = 2700ms; |
f75361d
to
0d1b035
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.