snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

Change assert_equal to assert_almost_equal #1676

Closed rsmith49 closed 2 years ago

rsmith49 commented 3 years ago

Description of proposed changes

Missed a coverage test on #1674 , changing some of the array checks to assert_almost_equal instead of assert_equal.

github-actions[bot] commented 2 years ago

This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

rsmith49 commented 2 years ago

This was addressed in https://github.com/snorkel-team/snorkel/pull/1694