choderalab / bayesian-itc

Python tools for the analysis and modeling of isothermal titration calorimetry (ITC) experiments.
GNU General Public License v3.0
5 stars 10 forks source link

Constants.absolute_zero is not defined #90

Open louisacw opened 3 years ago

louisacw commented 3 years ago

Where does constants.absolute_zero get defined?

When I run the example ITC.py in the sampl4_notebook folder, I get a AttributeError: module 'constants' has no attribute 'absolute_zero'.