Ticket #2085 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Problem with summing, saving and loading Nexus.

Reported by: Steve Williams Owned by: Steve Williams
Priority: critical Milestone: Iteration 26
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

The following script fails

LoadNexus(Filename="SANS2D00005512.nxs",OutputWorkspace="2", EntryNumber=2)
LoadNexus(Filename="SANS2D00005512.nxs",OutputWorkspace="3", EntryNumber=3)
Plus(LHSWorkspace="2",RHSWorkspace="3",OutputWorkspace="addition")
SaveNexus("addition", "test.nxs")
LoadNexus("test.nxs", "its_working!")

with

Error in execution of algorithm LoadNexusProcessed:
Attempt to read uninitialized data from /mantid_workspace_1/sample/run_title/value
Error in execution of algorithm LoadNexus:
Attempt to read uninitialized data from /mantid_workspace_1/sample/run_title/value

Change History

comment:1 Changed 10 years ago by Steve Williams

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

(In [8178]) LoadProcessNexus now doesn't throw for files with empty sample log entry fixes #2085

comment:2 Changed 10 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:3 Changed 10 years ago by Andrei Savici

  • Status changed from verifying to closed

Works

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2932

Note: See TracTickets for help on using tickets.