zhubonan / aiida-castep

Interface with AiiDA to automate CASTEP calculations and preserve their provenance.
MIT License
7 stars 3 forks source link

Fix for false maths library error #24

Closed asamli closed 2 years ago

asamli commented 2 years ago

Error files for false maths library errors are now ignored

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (c207ce9) into dev (811e72e) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev      #24      +/-   ##
==========================================
- Coverage   56.12%   56.11%   -0.01%     
==========================================
  Files          32       30       -2     
  Lines        3835     3834       -1     
==========================================
- Hits         2152     2151       -1     
  Misses       1683     1683              
Impacted Files Coverage Δ
aiida_castep/parsers/castep.py 90.09% <100.00%> (+0.26%) :arrow_up:
aiida_castep/common.py
aiida_castep/__init__.py

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

zhubonan commented 2 years ago

Thanks @asamli