Skip to content

Commit

Permalink
fix - problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhb committed Sep 10, 2024
1 parent c10ae3f commit afec391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/anyid_citation_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def count_unique_cits(citing_omids, omid_map):
cits_count = 0

# create a set for each different any_id
idpref_index = {id_pref: {} for id_pref in conf_br_ids}
idpref_index = {id_pref: set() for id_pref in conf_br_ids}

# check if each anyid value of the citing entity is unique
for a_citing_omid in citing_omids:
Expand Down

0 comments on commit afec391

Please sign in to comment.