• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / pymarc_dedupe / c36c9d15-65c3-49d6-8dce-7731b7cd55cd

18 Jan 2025 07:17PM UTC coverage: 76.157%. Remained the same
c36c9d15-65c3-49d6-8dce-7731b7cd55cd

push

circleci

maxkadel
Very WIP - record linkage experiment & explain settings experiment

0 of 14 new or added lines in 2 files covered. (0.0%)

32 existing lines in 1 file now uncovered.

329 of 432 relevant lines covered (76.16%)

0.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/explain_settings.py
NEW
1
import dedupe
×
NEW
2
import os
×
3

NEW
4
settings_file = "data_matching_learned_settings"
×
5

NEW
6
if os.path.exists(settings_file):
×
NEW
7
    print("reading from", settings_file)
×
NEW
8
    with open(settings_file, "rb") as sf:
×
NEW
9
        linker = dedupe.StaticRecordLink(sf)
×
10

NEW
11
linker_dict = linker.__dict__
×
NEW
12
linker_dict.update(_fingerprinter=linker._fingerprinter.__dict__)
×
13

NEW
14
linker_dict.update(data_model=linker.data_model.__dict__)
×
15

NEW
16
print(linker_dict)
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc