optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Rework init and min-money2 #1900

Closed kelvinburke closed 1 year ago

kelvinburke commented 1 year ago

Previously optima.init imported the projects file as optima._project so that it wouldn't get confused with the class optima.Project.

But this causes errors when unpickling for some reason, so instead we import the projects file as optima.project and the class is either optima.Project or optima.project.Project

Similarly for all the other files

kelvinburke commented 1 year ago

Cherry-picked the rework init changes into both EECA-training-2022 and updates-june-2022 and the minmoney-asd changes are in minmoney-asd branch