salvadorgarciamunoz / kipet

Development repository for Kipet.
GNU General Public License v3.0
20 stars 17 forks source link

importing KipetModel gives an error #155

Closed notesofdabbler closed 3 years ago

notesofdabbler commented 3 years ago

I installed the latest version of kipet. I am getting the following error when I import KipetModel: image This is the notebook. This was also an example where there was difference in results using init vs initialize in add_parameter. So I wanted to check if I can reproduce it with latest version but ran into the import issue when I did it.

kwmcbride commented 3 years ago

That is a bug on my part. The clean module does not exist and was used for development. If you comment out that line in the kipet_model.py module, it should work as intended. I will fix this in a pull request.

kwmcbride commented 3 years ago

This was addressed in #156