euroargodev / euroargodev/DMQC-PCM
data_fetcher.get_getrefdata returns duplicates
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
this could be fixed by adding
# remove duplicates from list and sort into ascending order
boxes_list = sorted(list(set(boxes_list)))
at line 83
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.