Skip to content

Commit

Permalink
Deflaked
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 14, 2025
1 parent df60cf2 commit 6c3e348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ def test_fit_line():
fit_disc.loc[line, 'CI'].values[0], 0.0000193, rel_tol=1e-2
)


all_pat = pipeline.combine_discovery_validation(
disc_data_shap, valid_data_shap, fit_disc, fit_valid
)


def test_combine_discovery_validation():
assert 'Feature' in all_pat.columns
assert 'Fraction' in all_pat.columns
Expand Down

0 comments on commit 6c3e348

Please sign in to comment.