Skip to content

Commit f1ba2e8

Browse files
remove old version
Signed-off-by: Laurynas Jagutis <[email protected]>
1 parent 42aa2f1 commit f1ba2e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/power_grid_model/_core/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,6 @@ def _extract_row_based_data(
685685
Returns:
686686
SingleArray | DenseBatchArray: the contents of row based data
687687
"""
688-
if_is_batch = [2] if is_batch else [1]
689-
allowed_dims = if_is_batch if is_batch is not None else [1, 2]
690-
691688
if is_batch is None:
692689
allowed_dims = [1, 2]
693690
elif is_batch:

0 commit comments

Comments
 (0)