From a5fc6ade6ee122fa509a52c6ff80b42d7fe19090 Mon Sep 17 00:00:00 2001 From: Danilo Lessa Bernardineli Date: Mon, 18 Mar 2024 13:10:09 -0300 Subject: [PATCH] rm spaces --- testing/test_param_count.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/test_param_count.py b/testing/test_param_count.py index 317bcb04..513c07d0 100644 --- a/testing/test_param_count.py +++ b/testing/test_param_count.py @@ -3,9 +3,6 @@ from cadCAD.engine import Executor, ExecutionContext, ExecutionMode import pytest - - - P_no_lst = {'pA': 1, 'pB': 2, 'pC': 3} P_single_lst = {'pA': [1], 'pB': [1], 'pC': [3]} P_single_swp = {'pA': [4, 5, 6], 'pB': [1], 'pC': [3]}