Skip to content

Commit

Permalink
Fix removed numpy NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 2, 2024
1 parent 78204e5 commit aabb618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extractors/test_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_equals_expected(datadir, categories_df):


def test_parent_nan_replacement(categories_df):
assert categories_df["parent"].equals(ordered_col([np.NaN, np.NaN, 2]))
assert categories_df["parent"].equals(ordered_col([np.nan, np.nan, 2]))


def test_link_locale(categories_df):
Expand Down

0 comments on commit aabb618

Please sign in to comment.