-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Description
Is your feature request related to a problem?
The GNMAnalysis currently uses its own logic for the trajectory analysis. The AnalysisBase class provides the
same functionality and should be used as a parent class.
Describe the solution you'd like
-
Change the parent class of
GNMAnalysistoAnalysisBase
mdanalysis/package/MDAnalysis/analysis/gnm.py
Line 192 in fa07496
class GNMAnalysis(object): -
Move the code in the
runmethod that is outside the loop to_prepareand everything that is inside to_single_frame
mdanalysis/package/MDAnalysis/analysis/gnm.py
Line 309 in fa07496
def run(self, start=None, stop=None, step=None):
Reactions are currently unavailable