Ticket #5181 (closed: fixed)
plotBin() command does not work in MantidPlot
Reported by: | Janik Zikovsky | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
This is on RHEL6.
plotBin('cncs', 0) Traceback (most recent call last): File "/opt/mantidnightly/bin/mantidplotpy/proxies.py", line 65, in _do_dispatch raise self.__exception # Ensures this happens in the right thread TypeError : 'str' object is not callable TypeError: 'str' object is not callable at line 1 in '__main__' caused by line 226 in '/opt/mantidnightly/bin/mantidplot.py' caused by line 723 in '/opt/mantidnightly/bin/mantidplot.py' caused by line 734 in '/opt/mantidnightly/bin/mantidplot.py' caused by line 757 in '/opt/mantidnightly/bin/mantidplot.py' caused by line 91 in '/opt/mantidnightly/bin/mantidplotpy/proxies.py' caused by line 43 in '/opt/mantidnightly/bin/mantidplotpy/proxies.py' caused by line 65 in '/opt/mantidnightly/bin/mantidplotpy/proxies.py'
Change History
comment:2 Changed 8 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Martyn Gigg
comment:4 Changed 8 years ago by Martyn Gigg
Fix plotBin command. Refs #5181
Also added a test for it.
Changeset: 45a68b7885ebc8eb44039e5418f997e57354aafc
comment:5 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:7 Changed 8 years ago by Michael Reuter
- Status changed from verifying to closed
Yes, this is working again.
comment:8 Changed 8 years ago by Martyn Gigg
Fix plotBin command. Refs #5181
Also added a test for it.
Changeset: 45a68b7885ebc8eb44039e5418f997e57354aafc
Note: See
TracTickets for help on using
tickets.