Commit 18e61b53 authored by norvell's avatar norvell
Browse files

Merge branch 'main' into ci/peaq-for-binauralized-output-2

parents e96d9985 6f571f6d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ def create_display_strings(

        displays.append(display)

    if which == "wmops_per_op":
    if which == "wmops_per_op" and has_comparison:
        # flot.js' "stack: true" depends on the order of data arrays
        # reorder here instead of reworking above loop
        displays_encs = displays[0].split(", \n")
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ hr {
}
#wmops_per_op-graph {
 height:500px;
 width:1600px;
 width:2400px;
 float:left;
}
#wmops-48kHz-graph {