Closed jawalonoski closed 7 months ago
Attention: Patch coverage is 38.59649%
with 35 lines
in your changes are missing coverage. Please review.
Project coverage is 77%. Comparing base (
94ca67d
) to head (b44b6bd
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This branch revamps the module, state, and transition metrics.
Previously, use of the
generate.track_detailed_transition_metrics
property outputted metrics to system out. Using this feature roughly quadrupled the runtime.This change outputs the metrics as JSON (
./output/metrics/**
), one file per module. Using this feature will roughly double the runtime.Sample output looks something like this for each state, where the name of the state (e.g.,
Chance_of_Stroke
matches a state name in the corresponding GMF module):entered
duration
population
current
destinations