Opened 9 years ago

Closed 9 years ago

#478 closed defect (fixed)

showing contacts residue plot broken today

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

Description

After using "contacts", choosing any edge-context menu's "Residue Plot" gives error:

AttributeError: 'ContactPlot' object has no attribute 'interface_residue_area_cutoffy'

File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/tool.py", line 232, in _show_residue_plot
ResiduePlot(self._session(), c, self.interface_residue_area_cutoffy)
See log for Python traceback.

Change History (2)

comment:1 by Elaine Meng, 9 years ago

oh sorry, here's the whole traceback from the Log

Traceback (most recent call last):
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/graph.py", line 334, in <lambda>
a.triggered.connect(lambda checked, cb=callback, args=args: cb(*args))
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/tool.py", line 232, in _show_residue_plot
ResiduePlot(self._session(), c, self.interface_residue_area_cutoffy)
AttributeError: 'ContactPlot' object has no attribute 'interface_residue_area_cutoffy'

comment:2 by Tom Goddard, 9 years ago

Resolution: fixed
Status: newclosed

Fixed typo.

Note: See TracTickets for help on using tickets.