SD2E / opil

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

Validate invalid values for opil.Measure objects #180

Open tramyn opened 3 years ago

tramyn commented 3 years ago

When processing opil.Measure objects, it will be valuable to check if a user specifies invalid values such as NaN and raise an Exception for these occurrences. This will help with outputting different file formats such as json-ld to ensure that they conform with json requirements.