You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sheepdog should be smart enough to auto-cast strings to the appropriate type (after validation) - so "11" gets cast to 11, or 11.0 gets cast to 11 for 'integer' type.
This kind of thing comes up a lot - ex: @cgmeyer reported
minor problem with using the form though:
when you enter an integer for, e.g., 4 for “number_of_melanomas_in_family”. when you click “upload submission json from form” it puts quotes around it (edited)
and then says it’s not an integer :
The text was updated successfully, but these errors were encountered:
sheepdog should be smart enough to auto-cast strings to the appropriate type (after validation) - so "11" gets cast to 11, or 11.0 gets cast to 11 for 'integer' type.
This kind of thing comes up a lot - ex: @cgmeyer reported
The text was updated successfully, but these errors were encountered: