CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

replicate linkage tests for new schema #28

Open ericbuckley opened 3 days ago

ericbuckley commented 3 days ago

Summary

The link_record_against_mpi tests in test_linkage.py are critical to verifying that the algorithm is working as expected. Replicate these tests so they also run against the new simple_link.py module, producing the same results.

Acceptance Criteria

Dependencies

23