Skip to content

Commit

Permalink
Fix issue introduced in lint refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Dec 7, 2024
1 parent 3899d56 commit 23b04f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amlb/datasets/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def load_metadata(self):

def to_feature_type(dt) -> str:
if pat.is_integer_dtype(dt):
"int"
return "int"
if pat.is_float_dtype(dt):
return "float"
if pat.is_numeric_dtype(dt):
Expand Down

0 comments on commit 23b04f3

Please sign in to comment.