DCMLab/ABC

Typo in local key

fabianmoss opened this issue · 0 comments

In rows 16592 to 16598 the local key is Ab but it should be VI. The global key is c.

Check with:

df[df.local_key=='Ab'][['global_key', 'local_key']]