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

Match latest PMI ProtocolOutput interface

PMI's ProtocolOutput class dropped support for PMI1,
so update to match the new API.
parent 741ba711
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class GaussianEMRestraintWrapper(object):
ms=IMP.atom.Mass(p).get_mass()
IMP.atom.Mass(p).set_mass(ms*scale)
for p, state in IMP.pmi.tools._all_protocol_outputs([], densities[0]):
for p, state in IMP.pmi.tools._all_protocol_outputs(densities[0]):
p.add_em3d_restraint(state, self.target_ps, self.densities, self)
# setup model GMM
......
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