astrofrog / pyavm

Pure-python AVM library
http://astrofrog.github.io/pyavm/
Other
20 stars 9 forks source link

Correct XML output: ordered lists are rdf:Seq, not rdf:Bag #44

Closed pkgw closed 3 weeks ago

pkgw commented 1 month ago

The AVMOrderedFloatList was using rdf:Bag instead of rdf:Seq, creating incorrect XML output.

CC @keflavich

PS: I should add a test, I know.

pkgw commented 3 weeks ago

@astrofrog Does this look OK?

astrofrog commented 3 weeks ago

Looks good, thank you!