Skip to content

Commit

Permalink
Test that ehrapycat_day_icu_intime is in result
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShitov committed Jun 14, 2023
1 parent 01e1e38 commit 143e69f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tools/test_features_ranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ def test_evaluate_categorical_features(self):
assert "service_unit" not in names
assert "ehrapycat_service_unit" not in names

# Check that the only other categorical feature is in the results
assert "ehrapycat_day_icu_intime" in names


class TestRankFeaturesGroups():
def test_real_dataset(self):
Expand Down

0 comments on commit 143e69f

Please sign in to comment.