Skip to content
Snippets Groups Projects
Commit 3b13b009 authored by Ben Webb's avatar Ben Webb
Browse files

Fix class name

parent 4bc766e4
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ from math import sqrt ...@@ -19,7 +19,7 @@ from math import sqrt
class GaussianEMRestraintWrapper(object): class GaussianEMRestraintWrapper(object):
"""Fit Gaussian-decorated particles to an EM map """Fit Gaussian-decorated particles to an EM map
(also represented with a set of Gaussians) (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, def __init__(self, densities,
target_fn='', target_fn='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment