Closed rodrigomha closed 1 year ago
Performance Results | Version | Precompile Time |
---|---|---|
Master | 10.045166857 | |
This Branch | 10.018774848 |
Version | Run Time |
---|---|
Master-Build ResidualModel | 8.313738172 |
Master-Execute ResidualModel | 52.509160697 |
Master-Build MassMatrixModel | 0.972340119 |
Master-Execute MassMatrixModel | 44.613301994 |
This Branch-Build ResidualModel | 8.154493507 |
This Branch-Execute ResidualModel | 51.408030393 |
This Branch-Build MassMatrixModel | 0.997965732 |
This Branch-Execute MassMatrixModel | 44.109011082 |
ResidualModel and MassMatrixModel performance results should be compared between versions and not between models due to the execution order of the tests
Merging #302 (dc76275) into master (30cc1fc) will increase coverage by
0.63%
. The diff coverage is92.72%
.
This change looks good. The DERA model is currently not fully complete --- the low and high voltage / frequency tripping and reconnection logic is not yet implemented. We had some discussion a while back and I think the conclusion was the capability did not yet exist to properly implement these timer based functionalities without major new features in PSID. Should there be a warning with this model? Should it be documented?
The warning that we currently have when constructing the Simulation is sufficient for now IMO
The change include an error for DynamicInjection cases.