Skip to content

Database cleanup: descriptions and examples

Compare
Choose a tag to compare
@tsellers-r7 tsellers-r7 released this 01 May 18:42
56eab24

This release is primarily a clean up release.

  • Duplicates of the description field within a given database were deduplicated and an rspec test implemented to prevent duplication in the future. This field is used when generating match metrics across datasets and so should be unique.

  • Duplicates of the example field within a given fingerprint were removed and an rspec test implemented to prevent duplication in the future. This should reduce the run time of rspec slightly and indicate to a contributor when a typo may have been made or they have pasted the wrong value.