This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 20 Nov, 2015 1 commit
-
-
Hahn, Steven authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 17 Apr, 2015 2 commits
-
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 23 Apr, 2014 1 commit
-
-
Owen Arnold authored
-
- 22 Apr, 2014 4 commits
-
-
Owen Arnold authored
-
Owen Arnold authored
Add better documentation.
-
Owen Arnold authored
ClusterRegister fixed. Test cases work (unit) as well as the test scripts that I have marked as broken previously.
-
Owen Arnold authored
The problem does not get picked up in the unit tests, and only occurs with a real dataset to work on. The problem is that we get a overloaded stack due to some clusters becoming their own children. When the getLabel is then called on the compositecluster, it results in an overloaded stack. I think this could be fixed by changing the logic and working of the merge method to use a member vector<set<label_id> > to track each cluster group for the incomplete clusters, and only generating the composites (which would only ever by one level deep) at the end of the process.
-
- 15 Apr, 2014 1 commit
-
-
Owen Arnold authored
-
- 14 Apr, 2014 1 commit
-
-
Owen Arnold authored
A composite cluster will fix the problem I've been having. Namely that the clusters are processed in parallel to get the uniform min, but the order that they are processed in will affect the end labeling. If clusters are set up as composites before hand. This will not be a problem.
-