Distinct mid values share same oid
Open
bug
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
It appears that if two (GDP) profiles have the same `pid` and `srn` (as well as `eid` and `rid`) and differ only in their `mid`, dvas still assigns them both the same `oid` (i.e. there is only 1 entry in the DataFrame generated via `Database.extract_global_view()`).
This should not be the case - the `oid` should always be distinct for profiles with different `mid`.
Contributor guide
Assessment
This issue has not been assessed yet.