grimme-lab / xtb-python

Python API for the extended tight binding program package
https://xtb-python.readthedocs.io
GNU Lesser General Public License v3.0
99 stars 30 forks source link

Fix mypy of setVerbosity #79

Closed TyBalduf closed 2 years ago

TyBalduf commented 2 years ago

Cast verbosity as str/int where appropriate in the function.

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (1ce6385) into main (6c2cbc9) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   97.10%   97.10%           
=======================================
  Files           8        8           
  Lines         449      449           
=======================================
  Hits          436      436           
  Misses         13       13           
Impacted Files Coverage Δ
xtb/interface.py 97.36% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6c2cbc9...1ce6385. Read the comment docs.