SDCCA / DGL-PTM

The deep graph library implementation of the poverty trap model
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Model theta is not writing out in the yaml file #121

Open vmgaribay-uva opened 2 months ago

vmgaribay-uva commented 2 months ago

Maybe it is somewhere, but I cannot find the list of thetas used in the model.

vmgaribay-uva commented 2 months ago

I have resolved this and pushed it to sensitivityanalysis, but there is a warning that "model" is a protected namespace (I called the list "model_theta"); @meiertgrootes, I would like to know from whoever set that aspect if this is going to be an actual issue or if we can make an exception. Thanks!

meiertgrootes commented 2 months ago

HI @vmgaribay-uva, this comes from the pydantic package. Since it's in there it is hard to make an exception, but a possibility is to use _model_xxx.

vmgaribay-uva commented 2 months ago

@meiertgrootes Thought it might be something like that. I will get creative in the naming then. Based on your experience, would calling it "global_theta" cause an uproar of dissent (not from package, from humans)?