-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
restructure of rpacket_tracker #2714
Conversation
@wkerzendorf @andrewfullard Please review. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2714 +/- ##
==========================================
+ Coverage 36.47% 36.49% +0.02%
==========================================
Files 183 183
Lines 14664 14685 +21
==========================================
+ Hits 5348 5359 +11
- Misses 9316 9326 +10 ☔ View full report in Codecov by Sentry. |
df590fd
to
1368603
Compare
------- | ||
simulation object with track_rpacket enabled | ||
""" | ||
config_rpacket_tracking.montecarlo.iterations = 3 |
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.
Do we need 3 iterations for the test to be useful?
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.
I don't think so. But it shouldn't take too much time.
Completet as PR #2716 is merged |
📝 Description
Type: 🎢
infrastructure
andrestructure
This PR restructures the rpacket_tracker code to initialize only when the track_rpacket flag is set. Apart from that, I will also add tests for the rpacket_tracker and change how it registers an interaction.