dict_to_model

hhpy.modelling.dict_to_model(dic: Mapping[KT, VT_co]) → hhpy.modelling.Model[source]

restore a Model object from a dictionary

Parameters:dic – dictionary containing the model definition
Returns:Model