Ticket #5961 (closed: fixed)
Load is a bit inefficent when loading & summing multiple files
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
When asking Load to sum a set of files it firsts goes through and loads all of the files and then does a second loop to sum them.
We shouldn't need to do this as we should only need one workspace to load and then another to accumulate.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Improve Load's file summing behaviour. Refs #5961
Avoids loading everything then summing in separate loop, instead loads then sums in same loop
Changeset: eab442dccf2e5eeddc0dbab98266769b0d9e7d64
comment:3 Changed 8 years ago by Martyn Gigg
Tester: Please check that everything describe here still works.
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:6 Changed 8 years ago by Owen Arnold
- Status changed from verifying to verify
- Tester Owen Arnold deleted
comment:7 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:8 Changed 8 years ago by Andrei Savici
- Status changed from verifying to closed
Works for MUSR, not for ARCS or SEQ. Will create a new ticket for that
comment:9 Changed 8 years ago by Martyn Gigg
Improve Load's file summing behaviour. Refs #5961
Avoids loading everything then summing in separate loop, instead loads then sums in same loop
Changeset: eab442dccf2e5eeddc0dbab98266769b0d9e7d64
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6807