Ticket #3132 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

System test failure due to mantidsimple changes

Reported by: Michael Whitty Owned by: Nick Draper
Priority: trivial Milestone: Iteration 29
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Stuart Campbell

Description

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\MantidSystemTests\StressTestFramework\stresstesting.py", line 86, in execute
    self.runTest()
  File "C:/MantidSystemTests/SystemTests/AnalysisTests\TOSCAReductionTest.py", line 14, in runTest
    reducer.reduce()
  File "C:/MantidInstall/scripts/reduction\reducer.py", line 536, in reduce
    result = item.execute(self, file_ws)
  File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 776, in execute
    wsname = self._get_ws_name(file_ws)
  File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 793, in _get_ws_name
    return self._run_title(workspace)
  File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 804, in _run_title
    valid = "-_.() %s%s" % (string.ascii_letters, string.digits)
NameError: global name 'string' is not defined

Change History

comment:1 Changed 9 years ago by Michael Whitty

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Michael Whitty

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

(In [12290]) fixes #3132

comment:3 Changed 9 years ago by Nick Draper

  • Owner changed from Michael Whitty to Martyn Gigg

Moved from Michael Whitty, ask Martyn if you have any questions during testing

comment:4 Changed 9 years ago by Nick Draper

  • Owner changed from Martyn Gigg to Nick Draper

Moved so they can be tested

comment:5 Changed 9 years ago by Stuart Campbell

  • Status changed from verify to verifying
  • Tester set to Stuart Campbell

comment:6 Changed 9 years ago by Stuart Campbell

  • Status changed from verifying to closed

Well, the system test runs now - and the fix looks sensible.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3979

Note: See TracTickets for help on using tickets.