Update readme with known issues

This commit is contained in:
Maximilian Schmeller 2023-03-01 21:09:00 +09:00
parent ca1fc0ea50
commit 7273503e63
2 changed files with 12 additions and 5 deletions

View file

@ -58,3 +58,8 @@ The notebook also supports invocation via [Papermill](https://papermill.readthed
The output files are found in the configured output dir (default: `out/`).
Inputs are processed and cached in `cache/`.
## Known Issues
* The histograms output in the notebook for Idle, Computation and DDS times, do not aggregate these values over the end-to-end path. Thus, the latencies of all path elements are added into the same histogram.

View file

@ -875,11 +875,8 @@
}
],
"metadata": {
"interpreter": {
"hash": "e7370f93d1d0cde622a1f8e1c04877d8463912d04d973331ad4851f04de6915a"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
@ -893,7 +890,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.11.2"
},
"vscode": {
"interpreter": {
"hash": "05f7383eaeac09627c87490e6082687b3d1e289dc07cdd1800656e06d52425e4"
}
}
},
"nbformat": 4,