"git@code.ornl.gov:mantidproject/mantid.git" did not exist on "9c87f9d3b2d375b5ebd337907adb7de9d0d64e40"
-
Owen Arnold authored
A few issues fixed here. Firstly. I found that the algorithm was failing when thrown a very large group workspace. This turned out to be because we needed to close the group within the doExec call. A group i always opened, so it is necessary to close it. The second thing done is to fix SaveNexus so that it will pass through group workspaces intact to SaveNexusProcessed. Under the previous mechanism, this would not have happened, because the generic Algorithm group processing code would have exploded out the individual workspaces.
Owen Arnold authoredA few issues fixed here. Firstly. I found that the algorithm was failing when thrown a very large group workspace. This turned out to be because we needed to close the group within the doExec call. A group i always opened, so it is necessary to close it. The second thing done is to fix SaveNexus so that it will pass through group workspaces intact to SaveNexusProcessed. Under the previous mechanism, this would not have happened, because the generic Algorithm group processing code would have exploded out the individual workspaces.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.