From fcf79e7374f3d558d4d7f6cb540d20f70d1aca64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 18 Apr 2024 09:52:20 +0200 Subject: [PATCH] Formatting --- tests/test_dll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dll.py b/tests/test_dll.py index 0042886..ff992dc 100644 --- a/tests/test_dll.py +++ b/tests/test_dll.py @@ -94,7 +94,7 @@ def setup_model( create_lwe_path = Path(cadet_root) / 'bin' / executable - args =[ + args = [ create_lwe_path.as_posix(), f'--out {file_name}', f'--unit {model}',