@strdict
and dict_list
with a single parameter do not create a Dict
of type {String,Any}
#265
Labels
@strdict
and dict_list
with a single parameter do not create a Dict
of type {String,Any}
#265
This is an issue because if the output of the simulation is not of the same type as your parameter, then it cannot be saved as described in https://juliadynamics.github.io/DrWatson.jl/dev/workflow/#.-Run-and-save-1
So if my parameter is an integer (for setting a random seed) and my output is a DataFrame. The dataframe cannot be stored in the
Dict
fulld
because of a type error.The text was updated successfully, but these errors were encountered: