Closed notesofdabbler closed 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.
This was addressed in #156
I installed the latest version of kipet. I am getting the following error when I import KipetModel: This is the notebook. This was also an example where there was difference in results using
init
vsinitialize
inadd_parameter
. So I wanted to check if I can reproduce it with latest version but ran into the import issue when I did it.