Use signature based data type in model running flow (stop using doubles everywhere)
Closed this issue · 0 comments
avan1235 commented
For now, there is Double used as the type of the inputs and outputs of the model. Wee need to change it to be connected with the signature. Maybe at the top of the interface it should be just any ref, which would have been parsed and checked in more specific (but rather abstract prinz) classes.