Skip to content

deprecate start/stop/step in AnalysisBase.__init__() #1979

@orbeckst

Description

@orbeckst

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()!)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions