NREL / alfabet

Machine learning predictions of bond dissociation energy
https://ml.nrel.gov/bde/
Other
57 stars 17 forks source link

verbose is not working #11

Closed LuckyLittleMonster closed 2 years ago

LuckyLittleMonster commented 2 years ago

mol_good = "Cc1ccccc1O" model.predict([mol_good], verbose=False) Traceback (most recent call last): File "", line 1, in TypeError: predict() got an unexpected keyword argument 'verbose'

pstjohn commented 2 years ago

This should be fixed in the HEAD branch, but will require another release before it's fixed in the pip-installed version. I'll wait for a bit on #12 to see if we can bundle those two fixes together