Ticket #2085 (closed: fixed)
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
Note: See
TracTickets for help on using
tickets.
(In [8178]) LoadProcessNexus now doesn't throw for files with empty sample log entry fixes #2085