﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
163	trouble making second molmap	Elaine Meng	Tom Goddard	"I get a traceback with molmap but it depends on context whether a given command gives a traceback or not.  It seems to be related to having more than one map.  For example, the first molmap works fine but the second gives a traceback.

open 1gcn
molmap :tyr 4
molmap :lys 4

... yet if I close the first molmap, reissuing the second molmap command above works. Here is the traceback:

Traceback (most recent call last):
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/cmd_line/gui.py"", line 119, in on_enter
cmd.execute()
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/commands/cli.py"", line 1499, in execute
results.append(ci.function(session, **kw_args))
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/map/molmap.py"", line 124, in molmap
displayThreshold, modelId, replace, showDialog, name, session)
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/map/molmap.py"", line 142, in make_molecule_map
vlist = [v for v in volume_list(session)
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/map/molmap.py"", line 143, in <listcomp>
if hasattr(v, 'molmap_atoms') and v.molmap_atoms == atoms]
File ""/Users/chimera/Applications/Chimera2_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/atomic/molarray.py"", line 87, in __eq__
return (atoms._pointers == self._pointers).all()
AttributeError: 'bool' object has no attribute 'all'

"	defect	closed	blocker		Volume Data		fixed						all	chimera
