Closed HenningSE closed 4 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
fuse/plugins/micro_physics/input.py | 7 | 9 | 77.78% | ||
<!-- | Total: | 7 | 9 | 77.78% | --> |
Totals | |
---|---|
Change from base Build 9695042116: | -0.03% |
Covered Lines: | 2607 |
Relevant Lines: | 3238 |
What does the code in this PR do / what does it improve?
This PR adds the option to distribute events with a fixed timing instead of using a uniform distribution.
Can you give a minimal working example?
Setting the tracked config argument
fixed_event_spacing
from the default valuefalse
totrue
will set the event timings to fixed values. The event spacing is controlled by thesource_rate
argument.Please include the following if applicable: