Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-pan committed Nov 20, 2024
1 parent 773f52d commit efe7bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/lm_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_join_cascade(setup_models):
school, school_type = pair
exists = ((joined_df['School'] == school) & (joined_df['School Type'] == school_type)).any()
assert exists, f"Expected pair {pair} does not exist in the dataframe!"
assert stats["filters_resolved_by_large_model"] > stats["join_resolved_by_helper_model"], stats # helper negative still can still meet the precision target
assert stats["join_resolved_by_large_model"] > stats["join_resolved_by_helper_model"], stats # helper negative still can still meet the precision target
assert stats["join_helper_positive"] == 0, stats


Expand Down

0 comments on commit efe7bb7

Please sign in to comment.