Skip to content

Commit

Permalink
initial commit to make the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Mar 1, 2023
1 parent 39075e6 commit 216fac9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion evalml/tests/utils_tests/test_nullable_type_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import pytest
from woodwork.logical_types import AgeNullable, BooleanNullable, IntegerNullable
from woodwork.logical_types import (
AgeNullable,
BooleanNullable,
IntegerNullable,
)

from evalml.utils import (
_determine_downcast_type,
Expand Down Expand Up @@ -195,6 +199,7 @@ def test_downcast_nullable_y_replaces_nullable_types(
nullable_ltype,
has_nans,
):
# --> remove this comment
y = nullable_type_target(ltype=nullable_ltype, has_nans=has_nans)

y_d = _downcast_nullable_y(
Expand Down

0 comments on commit 216fac9

Please sign in to comment.