WIP: Class to hold and combine multiple results
Similarly to !422 (closed) this is an attempt to combine samples from multiple runs (#343 (closed), #210 (closed)). It does this through the creation a a ResultList
class that can contain multiple Result
objects and combine them into a new Result
object.
If this is felt useful it could be combined with !422 (closed).
Merge request reports
Activity
mentioned in merge request !422 (closed)
changed milestone to %0.5.0
added 32 commits
-
9db52cb4...7d720596 - 31 commits from branch
lscsoft:master
- ec9ad0a7 - Merge branch 'master' into combine_samples
-
9db52cb4...7d720596 - 31 commits from branch
added 1 commit
- 4f204380 - Start adding a test for the ResultList class
mentioned in merge request !439 (closed)
mentioned in issue #343 (closed)
This has been superseded by !459 (merged), which incorporates and improves on these changes.