BiodiversiteQuebec / bdqc_taxa

`BIOQC-taxa` is a python package that interface with *Biodiversité Québec*'s database to query reference taxa sources, parse their return and generate records.
0 stars 0 forks source link

bdqc_taxa match_taxa_sources bug #23

Closed BenMerSci closed 1 month ago

BenMerSci commented 1 month ago

When refreshing taxa_ref, the function match_taxa_sources (which uses the function from_all_sources() in bdqc_taxa) returns different outputs whether you provide in input scientific_name, authorship and parent_scientific_name, or just one or two of these parameters.

BenMerSci commented 1 month ago

Resolved with #24