I'm not sure if there is a way to suppress these from python since the
loglevel flag is not passed to the ThermoPhase initialization, but to
do this in the source code isn't too hard. Edit the following files
(depending on if you are using Chemkin or Nasa curve fits):
Cantera/src/converters/CKReader.cpp
Cantera/src/thermo/SpeciesThermoFactory.cpp
Search for the warning then either modify the tolerances or completely
comment out those sections. Remember you'll have to make, make
install to make sure your changes are there when you re-run your
python code.