valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Allow typing for parameter and input dictionaries #129

Closed jorguerrari closed 5 months ago

jorguerrari commented 5 months ago

Using valohai utils on the code if the paramenters or inputs are declared specifying the type as:

params: Dict = {"initial_date": "(2023, 9, 1)", "final_date": "(2023, 11, 30)"}

An error occurs as types are not supported.