MRChemSoft / mrchem

MultiResolution Chemistry
GNU Lesser General Public License v3.0
27 stars 21 forks source link

Update parselglossy and input parser #417

Closed robertodr closed 2 years ago

stigrj commented 2 years ago

I'm getting this error when running some of the integration tests:

  File "/home/stig/src/mrchem/build-parsel/lib/python/mrchem/input_parser/plumbing/atoms.py", line 66, in <module>
    bool_t.set_name("bool")
AttributeError: 'Or' object has no attribute 'set_name'
robertodr commented 2 years ago

Do you have some older version of pyparsing lying around?

robertodr commented 2 years ago

Oops, my bad! I left the hard copy of pyparsing v2 inside input_parser. I don't know why my tests didn't fail though!

codecov[bot] commented 2 years ago

Codecov Report

Merging #417 (a6e1f66) into master (5f22464) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #417   +/-   ##
=======================================
  Coverage   68.20%   68.20%           
=======================================
  Files         183      183           
  Lines       15453    15453           
=======================================
  Hits        10540    10540           
  Misses       4913     4913           

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 5f22464...a6e1f66. Read the comment docs.