Ticket #5181 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Janik Zikovsky

  • Milestone changed from Release 2.2 to Release 2.1

comment:2 Changed 8 years ago by Nick Draper

  • Status changed from new to assigned
  • Owner set to Martyn Gigg

comment:3 Changed 8 years ago by Martyn Gigg

  • Status changed from assigned to accepted

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

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6027

Note: See TracTickets for help on using tickets.