Commit 38b51939 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

docs: use code fences for collapsible example output blocks

parent a11ffb85
Loading
Loading
Loading
Loading
Loading
+21 −15
Original line number Diff line number Diff line
@@ -68,7 +68,8 @@ PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDi

<details>
<summary>Example Output of CUT execution</summary>
<pre><code>

```console
Accumulating commands from Readme_IVAS_dec.txt
Accumulating commands from Readme_IVAS_rend.txt   
Accumulating commands from Readme_IVAS_enc.txt
@@ -96,7 +97,8 @@ Summary of results:
[REND] OK
[ISAR_ENC] OK
[ISAR] OK
</code></pre>
```

</details>

This should generate outputs in scripts/CUT_OUTPUTS folder which looks like below:-
@@ -126,7 +128,8 @@ PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDi

<details>
<summary>Example Output of BE comparison</summary>
<pre><code>

```console
Accumulating commands from Readme_IVAS_dec.txt
Accumulating commands from Readme_IVAS_enc.txt
Accumulating commands from Readme_IVAS_rend.txt
@@ -156,7 +159,8 @@ Summary of results:
[REND] OK
[ISAR_ENC] OK
[ISAR] OK
</code></pre>
```

</details>


@@ -171,7 +175,8 @@ PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDi

<details>
<summary>Example Output of non-BE analysis</summary>
<pre><code>

```console
Accumulating commands from Readme_IVAS_dec.txt
Accumulating commands from Readme_IVAS_enc.txt
Accumulating commands from Readme_IVAS_rend.txt
@@ -190,15 +195,15 @@ Analysing tests for ENC (374 tests):
---------------------------

##########################################################
&lt;ENC&gt; Total Frames: 3074220
&lt;ENC&gt; MAX MLD across all frames : 0.0
&lt;ENC&gt; Frames with MLD == 0 : 3074220 frames (100.0%)
&lt;ENC&gt; Frames with MLD <= 0.5 : 3074220 frames (100.0%)
&lt;ENC&gt; Frames with MLD <= 1 : 3074220 frames (100.0%)
&lt;ENC&gt; Frames with MLD <= 2 : 3074220 frames (100.0%)
&lt;ENC&gt; Frames with MLD <= 5 : 3074220 frames (100.0%)
&lt;ENC&gt; BE samples percentage = 100.0
&lt;ENC&gt; max absolute diff = 0.0, sample range (-32768, 32767)
<ENC> Total Frames: 3074220
<ENC> MAX MLD across all frames : 0.0
<ENC> Frames with MLD == 0 : 3074220 frames (100.0%)
<ENC> Frames with MLD <= 0.5 : 3074220 frames (100.0%)
<ENC> Frames with MLD <= 1 : 3074220 frames (100.0%)
<ENC> Frames with MLD <= 2 : 3074220 frames (100.0%)
<ENC> Frames with MLD <= 5 : 3074220 frames (100.0%)
<ENC> BE samples percentage = 100.0
<ENC> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

[ENC] OK (ERRORS=0, BE=374, NON-BE=0, MLD CORRIDOR FAILURES=0)
@@ -212,7 +217,8 @@ Summary of results:
[REND] OK
[ISAR_ENC] OK
[ISAR] OK
</code></pre>
```

</details>