From 5547a0883c977f21c5c5a446eca49fd4bb96d7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=B6=F0=9D=9E=A2=E2=A4=AC=E2=AB=92=E2=B5=96s=E1=90=BC?= =?UTF-8?q?=CB=B6?= <91800957+exdysa@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:03:09 -0500 Subject: [PATCH] ~patch models folder for pkging --- negate/io/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/negate/io/config.py b/negate/io/config.py index 394a75f..7c6d8b5 100644 --- a/negate/io/config.py +++ b/negate/io/config.py @@ -41,6 +41,8 @@ results_root = root_folder / "results" results_root.mkdir(exist_ok=True) model_path = root_folder / "models" +model_path.mkdir(exist_ok=True) + result_path = results_root / timestamp config_path = root_folder / "config"