Skip to content

Commit

Permalink
testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufuyanik1 committed Dec 10, 2024
1 parent c0f8a7c commit 7a64202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_proposition_success_rates(sample: ADMDatamart):
assert plot is not None


def test_score_distribution(sample: ADMDatamart):
def test_score_distribution(sample: ADMDatamart): #testing
sample.combined_data.collect().head(5).shape[0] ==5
sample.aggregates.last(table="combined_data").collect().head().shape[0] == 5
model_id = (
Expand Down

0 comments on commit 7a64202

Please sign in to comment.