The example provided in the docstrings of base.py displays an incorrect import:
from MDAnalysis.analysis import MembraneCurvature,
that should be
from membrane_curvature.base import MembraneCurvature.
A link that redirects to Usage after the example provided may be useful for the user.
The example provided in the docstrings of
base.py
displays an incorrect import:from MDAnalysis.analysis import MembraneCurvature
, that should befrom membrane_curvature.base import MembraneCurvature
. A link that redirects to Usage after the example provided may be useful for the user.To fix this issue: