optimamodel / optima

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

Fix odict repr...again #1633

Closed cliffckerr closed 7 years ago

cliffckerr commented 7 years ago

OK, so __repr__() should return a valid string to call with eval(). This is not currently the case. It's a bit annoying because what's currently in __repr__() should probably be in __str__(), but then you have to do print() rather than just press enter after the variable name...