SD2E / opil

The Open Protocol Interface Language (OPIL) is intended as a standard language for protocol interfaces
5 stars 1 forks source link

Stretos opil.ParameterValues does not have a valueOf property set #181

Closed tramyn closed 3 years ago

tramyn commented 3 years ago

The opil specification indicates that an opil.ParameterValue must have a valueOf set but when calling generate opil from Strateos protocol (ex: CellFreeRiboswitches). the valueOf is not set.

bbartley commented 3 years ago

I have a hunch that the offending ParameterValues are those that represent a default_value for a Parameter. Can you provide a dotname for a ParameterValue that I can use to write a test case?