-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
Follow the new AnalysisBase API and store results in HoleAnalysis in .results instead of class attributes.
This should be done for 2.0.0 #3254 so that we don't have to start this new analysis module with deprecations in place.
See omnibus issue #3261 for background and details. See PR #3263 as an example (DensityAnalysis) but note that no deprecations are necessary — just change where the results are stored and update the docs.
- use attributes in
self.resultsinstead ofself - update docs
- add an entry in CHANGELOG under Changes (for completeness)
Reactions are currently unavailable