Skip to content

Commit

Permalink
fixed pdf display
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr committed Mar 19, 2024
1 parent 21a70da commit dfb5fbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ <h6 class="pdf-section-heading-text">Model Parameters</h6>
</tr>
<tr class="table-row" style="height:25px;">
<td class="table-cell">{{ rc.parameters.0.label }}</td>
<td class="table-cell-large">Q = {{ rc.parameters.0.const }} ( H {{ offsets_val.0 }} )<sup>{{ rc.parameters.0.exp }}</sup></td>
<td class="table-cell">Q = {{ rc.parameters.0.const }} ( H {{ offsets_val.0 }} )<sup>{{ rc.parameters.0.exp }}</sup></td>
<td class="table-cell">{{ rc.parameters.0.seg_bounds.0.0|floatformat:3 }} , {{ rc.parameters.0.seg_bounds.1.0|floatformat:3}}</td>
<td class="table-cell">{{ rc.parameters.0.rmse|floatformat:3 }}</td>
</td>
</tr>
{% if rc.parameters.1 %}
<tr class="table-row" style="height:25px;">
<td class="table-cell">{{ rc.parameters.1.label }}</td>
<td class="table-cell-large">Q = {{ rc.parameters.1.const }}( H {{ offsets_val.1 }})<sup>{{ rc.parameters.1.exp }}</sup></td>
<td class="table-cell">Q = {{ rc.parameters.1.const }}( H {{ offsets_val.1 }})<sup>{{ rc.parameters.1.exp }}</sup></td>
<td class="table-cell">{{ rc.parameters.1.seg_bounds.0.0|floatformat:3 }} , {{ rc.parameters.1.seg_bounds.1.0|floatformat:3 }}</td>
<td class="table-cell">{{ rc.parameters.1.rmse|floatformat:3 }}</td>
</td>
Expand Down

0 comments on commit dfb5fbb

Please sign in to comment.