Skip to content

Commit

Permalink
Fix formatting for pytest approx
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Apr 24, 2022
1 parent 42c3bdd commit eb13ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_percentage_of_features_with_missing_values(sparse_data):
X, y, logging.getLogger('Meta'), categorical))
mf = meta_features.metafeatures["PercentageOfFeaturesWithMissingValues"](
X, y, logging.getLogger('Meta'), categorical)
assert mf.value == pytest.approx(0)
assert mf.value == pytest.approx(0)


def test_num_symbols(sparse_data):
Expand Down

0 comments on commit eb13ae0

Please sign in to comment.