shirtsgroup / physical_validation

Physical validation of molecular simulations
https://physical-validation.readthedocs.io
MIT License
55 stars 19 forks source link

Simplify trajectory preparation of interval estimate #114

Closed ptmerz closed 3 years ago

ptmerz commented 3 years ago

Description

The interval estimate functionality was preparing the trajectory by calling the different parts of the preparation (equilibration, decorrelation, tail pruning) separately, instead of calling the combined higher-level function.

This change replaces the calls to the lower level function by a call to the higher-level one. The regression test confirms that the result is unchanged.

Refs #99, as this simplification (and harmonization with other uses of the trajectory prepataion) will make the task in #99 easier.

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (98868df) into master (c62dff9) will decrease coverage by 0.15%. The diff coverage is 100.00%.