Commit 83885830 authored by emerit's avatar emerit
Browse files

Merge branch 'main' into fix_hrtf_processing_scripts_for_3rd_party_sofa_support

parents 94c5d6c4 6f571f6d
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 {