mc2-center / mc2-center-dcc

Data coordination resources for CCKP (and MC2 in general)
0 stars 0 forks source link

[Bug fix]: tally graphs update fail #28

Closed vpchung closed 1 year ago

vpchung commented 1 year ago

Table schema for grants recently updated, which resulted in a workflow fail. Specifically: consortium is now a STRINGLIST, which is not hashable by groupby().

This PR will address that issue.