malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

Use warnings module for warning the user about missing steps #99

Open malramsay64 opened 5 years ago

malramsay64 commented 5 years ago

There are instances where I want to abort when there is a mismatch in the steps. Using the warning module allows this to be configurable at runtime.

The malformed frame should still just be a logged warning.