Skip to content

Commit

Permalink
rm spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
danlessa committed Mar 18, 2024
1 parent 2599e2a commit a5fc6ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/test_param_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down

0 comments on commit a5fc6ad

Please sign in to comment.