SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Allow integer bounds on properties #347

Closed tcmitchell closed 4 years ago

tcmitchell commented 4 years ago

Accept integers and floats as upper_bound and lower_bound values on all Property instances, in addition to strings.

Fixes #345