You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As detailed in MDAnalysis/mdanalysis#2525 (comment) several waterdynamics methods currently have an inclusive tf (i.e. final frame) behaviour instead of the exclusive behaviour exhibited by AnalysisBase's stop. In order to offer users a consistent API, it would be advantageous to make everything exclusive.
Describe the solution you'd like
Change the behaviour of the final frame definitions in waterdynamics to be exclusive.
Describe alternatives you've considered
The ideal alternative here is to switch waterdynamics over to AnalysisBase.
Is your feature request related to a problem?
As detailed in MDAnalysis/mdanalysis#2525 (comment) several waterdynamics methods currently have an inclusive
tf
(i.e. final frame) behaviour instead of the exclusive behaviour exhibited by AnalysisBase'sstop
. In order to offer users a consistent API, it would be advantageous to make everything exclusive.Describe the solution you'd like
Change the behaviour of the final frame definitions in waterdynamics to be exclusive.
Describe alternatives you've considered
The ideal alternative here is to switch waterdynamics over to AnalysisBase.
Additional context
PR MDAnalysis/mdanalysis#2525
The text was updated successfully, but these errors were encountered: