euroargodev / euroargodev/DMQC-PCM

data_fetcher.get_getrefdata returns duplicates

Open
#46 1 comment 0 reactions 2 assignees Claimed by @AndreaGarciaJuan View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.