genet icon indicating copy to clipboard operation
genet copied to clipboard

GeNet reads comma separated attributes into sets

Open KasiaKoz opened this issue 3 years ago • 1 comments

https://github.com/arup-group/genet/blob/master/genet/inputs_handler/matsim_reader.py#L114

d['text'] = set(elem.text.split(','))

This can be a problem for:

  • things that need to preserve order
  • items that we need to retain multiples of

Right now there are no documented cases of this needing to be supported but we record this issue here.

KasiaKoz avatar Jun 27 '22 10:06 KasiaKoz

https://arupdigital.atlassian.net/browse/LAB-1750

KasiaKoz avatar Jun 28 '22 08:06 KasiaKoz