From faf26514e55530de7f874d18729a811c0af251ca Mon Sep 17 00:00:00 2001 From: wvandertoorn Date: Tue, 17 Mar 2020 11:41:32 +0100 Subject: [PATCH] Wrap up loose ends from PR review --- package/MDAnalysis/analysis/density.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/MDAnalysis/analysis/density.py b/package/MDAnalysis/analysis/density.py index 18906c1b110..cd15e989478 100644 --- a/package/MDAnalysis/analysis/density.py +++ b/package/MDAnalysis/analysis/density.py @@ -103,7 +103,7 @@ .. attribute:: density After the analysis (see the :meth:`~DensityAnalysis.run` method), the resulting density is - stored in the :attr:`density` attribut as a :class:`Density` instance. + stored in the :attr:`density` attribute as a :class:`Density` instance. Density object @@ -386,8 +386,6 @@ def __init__(self, atomgroup, delta=1.0, metadata=None, padding=2.0, gridcenter=None, xdim=None, ydim=None, zdim=None): - """ - """ u = atomgroup.universe super(DensityAnalysis, self).__init__(u.trajectory) self._atomgroup = atomgroup