Skip to content

ModelicaMixin/CollInt: Support string parameters

Tjerk Vreeken requested to merge support-string-parameters into master

See https://github.com/pymoca/pymoca/pull/225

  • Kinda weird to skip over string parameters in CollInt. What if a user accidentally sets a string value, and we set it to NaN there? Can't really think of another way to support string parameters, aside from adding a new string_parameters method.
Edited by Tjerk Vreeken

Merge request reports