From 3b13b009d7161bb5e94f3491adb09c2c71613e4f Mon Sep 17 00:00:00 2001 From: Ben Webb <ben@salilab.org> Date: Wed, 11 Mar 2020 12:44:02 -0700 Subject: [PATCH] Fix class name --- pyext/src/restraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyext/src/restraint.py b/pyext/src/restraint.py index 6c8a201..3de2f06 100755 --- a/pyext/src/restraint.py +++ b/pyext/src/restraint.py @@ -19,7 +19,7 @@ from math import sqrt class GaussianEMRestraintWrapper(object): """Fit Gaussian-decorated particles to an EM map (also represented with a set of Gaussians) - \note This class wraps an isd::GaussianEMRestraint + \note This class wraps an IMP::bayesianem::GaussianEMRestraint """ def __init__(self, densities, target_fn='', -- GitLab