Skip to content

Commit

Permalink
Put the correct test value
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocv committed Aug 15, 2023
1 parent c8eacd5 commit cc9031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metrics/test_pd_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_extract():
assert extract(tlc_results, base_extractors).shape == (12, 9)
assert extract(tlc_results, splitter_extractor).shape == (36, 10)

assert extract(sc_results, base_extractors).shape == (5, 9)
assert extract(sc_results, base_extractors).shape == (667, 9)
assert extract(sc_results, splitter_extractor).shape == (15, 10)

assert extract(fw_sc_results, base_extractors).shape == (3, 9)
Expand Down

0 comments on commit cc9031e

Please sign in to comment.