-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Labels
Component-AnalysisdeprecationDeprecated functionality to give advance warning for API changes.Deprecated functionality to give advance warning for API changes.maintainability
Milestone
Description
In preparation for #1463 where we want analysis classes to use start, stop, step in the run() method only, we need to deprecate the use in
-
analysis.base.AnalysisBase.__init__:def __init__(self, trajectory, start=None, - custom analysis classes (
git grep 'start=.*stop=')- density.py
- diffusionmap.py (clean-up only, already uses AnalysisBase)
- hbonds/hbond_analysis.py
- hbonds/wbridge_analysis.py
- rms.py (removed the deprecation for start/stop/step in
run()!)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component-AnalysisdeprecationDeprecated functionality to give advance warning for API changes.Deprecated functionality to give advance warning for API changes.maintainability