Ticket #2878 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Error in Indirect CTE

Reported by: Michael Whitty Owned by: Michael Whitty
Priority: major Milestone: Iteration 28
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Reuter

Description

Running Indirect Convert To Energy interface for IRIS run 21360, get the following error message in the scripting console:

NameError on line 9: "global name '_makeString' is not defined" in file 'mantidsimple.py' at line 1605

Seems to happen for any instrument on that interface, though the line number occasionally changes.

Investigate and resolve.

Change History

comment:1 Changed 9 years ago by Michael Whitty

  • Status changed from new to accepted
  • type changed from enhancement to defect

comment:2 Changed 9 years ago by Michael Whitty

tracked problem to changeset [11122]. not so sure that import was unnecessry.

comment:3 Changed 9 years ago by Michael Whitty

  • Status changed from accepted to verify
  • Resolution set to fixed

(In [11155]) fixes #2878 - in Python, "from <modulename> import *" does not import names beginning with an underscore. reference: http://docs.python.org/tutorial/modules.html#more-on-modules

comment:4 Changed 9 years ago by Michael Whitty

(In [11156]) fixes #2878 - fix for test

comment:5 Changed 9 years ago by Michael Reuter

  • Status changed from verify to verifying
  • Tester set to Michael Reuter

comment:6 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

I can run IRIS 21360, 226713 and 38633 through the CTE interface and I get no errors in the scripting console output.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3725

Note: See TracTickets for help on using tickets.