Open mattearnshaw opened 5 years ago
neuroml model interpreter is constructing some paths with $ sign: https://github.com/openworm/org.geppetto.model.neuroml/pull/166/files#diff-0501c526d7bf3d862a6281e2c85516b2R269
control panel uses model paths to construct id attributes, but just as [, ], . are invalid characters for ids, so is $ and it causes issues
[
]
.
$
@mattearnshaw what's the semantics of having a $ in a path?
neuroml model interpreter is constructing some paths with $ sign: https://github.com/openworm/org.geppetto.model.neuroml/pull/166/files#diff-0501c526d7bf3d862a6281e2c85516b2R269
control panel uses model paths to construct id attributes, but just as
[
,]
,.
are invalid characters for ids, so is$
and it causes issues