See also the [contribution page](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/Contributions/2-external-renderer) for related presentations.
## Running Tests
### Two testfiles are located in `tests/renderer/`:
*`test_renderer.py`
*`test_renderer_vs_decoder.py`\
(requires `DEC_TO_REND_FLOAT_DUMP` defined in `options.h`, cannot be run in parallel i.e. `-n 1` argument must be used for the `pytest-xdist` plugin)
### Run tests with:
`python3 -m pytest -q -n auto tests/renderer/test_renderer.py`
OR
:warning: `DEC_TO_REND_FLOAT_DUMP` must be defined before compiling! :warning: