alchemistry / alchemlyb

the simple alchemistry library
https://alchemlyb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

Correct the old style logging. #324

Closed xiki-tempula closed 1 year ago

xiki-tempula commented 1 year ago

Fix #323

codecov[bot] commented 1 year ago

Codecov Report

Merging #324 (673c5c6) into master (ae7f40b) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          27       27           
  Lines        1767     1767           
  Branches      389      389           
=======================================
  Hits         1745     1745           
  Misses          2        2           
  Partials       20       20           
Impacted Files Coverage Δ
src/alchemlyb/visualisation/dF_state.py 95.83% <ø> (ø)
src/alchemlyb/visualisation/ti_dhdl.py 100.00% <ø> (ø)
src/alchemlyb/parsing/amber.py 99.15% <100.00%> (ø)
src/alchemlyb/visualisation/convergence.py 100.00% <100.00%> (ø)
src/alchemlyb/workflows/abfe.py 99.67% <100.00%> (ø)
xiki-tempula commented 1 year ago

I tried to find all the % in src using the find in files function of pycharm.