Opened 8 years ago

Closed 8 years ago

#897 closed defect (fixed)

matchmaker AttributeError: 'PseudobondGroup' object has no attribute '_c_pointer_ref'

Reported by: Elaine Meng Owned by: Eric Pettersen
Priority: major Milestone:
Component: Structure Comparison Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

open 2mnr
open 4enl
mm #2 to #1

Error processing trigger "changes"
Traceback (most recent call last):
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/triggerset.py", line 126, in invoke
return self._func(self._name, data)
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/dist_monitor/monitor.py", line 61, in _changes_handler
self._update_distances()
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/dist_monitor/monitor.py", line 65, in _update_distances
pseudobonds = [pb for mg in self.monitored_groups for pb in mg.pseudobonds]
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/dist_monitor/monitor.py", line 65, in <listcomp>
pseudobonds = [pb for mg in self.monitored_groups for pb in mg.pseudobonds]
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molc.py", line 95, in get_prop
vcount = getattr(self, value_count)
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molc.py", line 37, in get_prop
cget(self._c_pointer_ref, 1, v_ref)
AttributeError: 'PseudobondGroup' object has no attribute '_c_pointer_ref'

Change History (2)

comment:1 by Eric Pettersen, 8 years ago

Status: assignedaccepted

comment:2 by Eric Pettersen, 8 years ago

Resolution: fixed
Status: acceptedclosed

Starting Structure change tracking wasn't also turning on the associated PBManager tracking.

Note: See TracTickets for help on using tickets.