From 4491aa087ffc70f5b05f1eaf99ef6efeeb0119b1 Mon Sep 17 00:00:00 2001 From: m-guberina <gubi.guberina@gmail.com> Date: Tue, 15 Oct 2024 21:55:04 +0200 Subject: [PATCH] args are fixed, logging is fixed, some new plotting is online --- .gitignore | 1 + python/examples/compare_logs.py | 0 2 files changed, 1 insertion(+) delete mode 100644 python/examples/compare_logs.py diff --git a/.gitignore b/.gitignore index 53af69d..9d84144 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ **/build **__pycache__ .vscode/ +**.pickle diff --git a/python/examples/compare_logs.py b/python/examples/compare_logs.py deleted file mode 100644 index e69de29..0000000 -- GitLab