Becksteinlab / GromacsWrapper

GromacsWrapper wraps system calls to GROMACS tools into thin Python classes (GROMACS 4.6.5 - 2024 supported).
https://gromacswrapper.readthedocs.org
GNU General Public License v3.0
171 stars 54 forks source link

fix #214: AttributeDict does not support hasattr #269

Closed jandom closed 1 year ago

jandom commented 1 year ago

as per title

codecov[bot] commented 1 year ago

Codecov Report

Merging #269 (cff4979) into main (6158f74) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
+ Coverage   69.18%   69.20%   +0.02%     
==========================================
  Files          22       22              
  Lines        3946     3949       +3     
  Branches      715      715              
==========================================
+ Hits         2730     2733       +3     
  Misses       1036     1036              
  Partials      180      180              
Files Coverage Δ
gromacs/utilities.py 75.78% <100.00%> (+0.20%) :arrow_up:

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

orbeckst commented 1 year ago

cheers!

jandom commented 1 year ago

Thanks for the speedy merge!