Commit 56193602 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/refactor-histogram-creation' into kiene/tmp-branch-for-ltv-split-testing

parents d878eeda 4112ded2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,7 +71,10 @@ class TestcaseParser(dict):
            measures = measures_from_whole

            # collect existing split suffixes by evaluating one of the measures only
            # get one measure from set and add it back immediately
            m_tmp = measures.pop()
            measures.add(m_tmp)

            splits = sorted(
                [
                    k.split(SPLIT_STRING)[-1]