ASD-at-GMF / disinfo-laundromat

MIT License
14 stars 6 forks source link

Handle 'real' lists and sets in the IOU function #49

Closed abargar closed 8 months ago

abargar commented 8 months ago

When we crawl a website, we get new indicator values that retain their original types (lists or sets). This is different from teh indicator values we read from value, which have to be converted from strings.

This adds in the way to check and handle original lists and sets correctly, as well as a new test case to check this.

pbenzoni commented 8 months ago

Looks good, merging. good catches on the IPMS and unpack errors!