Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Jul 30, 2024
1 parent b217b4b commit 5e7c2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _convert_feature(feats: list[Mapping[str, Any]]) -> list[dict]:
"imputer": "none",
}

if gconstruct_transform_dict.get("out_dtype") in ["float32", "float64"]:
if gconstruct_transform_dict.get("out_dtype") in VALID_OUTDTYPE:
gsp_transformation_dict["kwargs"]["out_dtype"] = gconstruct_transform_dict[
"out_dtype"
]
Expand Down

0 comments on commit 5e7c2fc

Please sign in to comment.