plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
301 stars 37 forks source link

Add Floating-Point as an option in the list of Parameter Types #48

Closed unchris closed 4 years ago

unchris commented 4 years ago

Right now to send in floating-point numbers I have to use a String param and cast it to float.

dmitry-brazhenko commented 4 years ago

https://github.com/plynx-team/plynx/pull/49

dmitry-brazhenko commented 4 years ago

Solved