Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb committed Sep 5, 2023
1 parent 8b503c2 commit eaa6a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frites/dataset/ds_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def multi_to_uni_conditions(x, var_name=None, verbose=None):
if not isinstance(x, (list, tuple)):
return [x]
assert all([type(x[0]) == type(k) for k in x])
x_types = type(x[0])
if not isinstance(x[0], np.ndarray):
return x
# get if all variables are integers and multicolumns else skip it
Expand Down

0 comments on commit eaa6a13

Please sign in to comment.