Skip to content

Commit

Permalink
🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 14, 2024
1 parent cb4b2ab commit 1035143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_features_feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def test_group_by_consecutive_subcall():
)

res = FeatureCollection._group_by_consecutive(s_val)
assert_frame_equal(res, expected_df)
assert_frame_equal(res, expected_df, check_dtype=False)


@pytest.mark.parametrize("group_by", ["group_by_all", "group_by_consecutive"])
Expand Down

0 comments on commit 1035143

Please sign in to comment.