COSIMA/om3-scripts

repeated <stream_info name="rof.iaf_jra"> in drof.streams.xml

Closed this issue · 2 comments

generate_xml_drof.py uses

<stream_info name="rof.iaf_jra">

for both friver and licalvf. Presumably this is a bad idea?

Related: #27

Non-uniqueness bugs like these can be avoided if a dict is used instead of a list here, with the stream name being the dict key.

Closed by #31