brain-score / brainio

Data management for quantitative comparison of brains and brain-inspired systems
MIT License
5 stars 12 forks source link

Handle duplicated lookup records #14

Closed jjpr-mit closed 2 years ago

jjpr-mit commented 3 years ago

If the same lookup record appears in two different catalogs which are both installed in an environment, BrainIO raises an error.

Do a join instead of concatenate in lookup.py, error if same identifier but not identical rows.

jjpr-mit commented 2 years ago

Fixed by #15.