ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
42 stars 21 forks source link

Gauss trsh fix #716

Closed calvinp0 closed 7 months ago

calvinp0 commented 7 months ago

NDamp was misspelled (appears to have been for a while but never noticed) L502/L1002,Inaccurate quadrature in CalDSu. - This error can appear has multiple ways to attempt to solve (but not always successful). Have attempted to provide guess=INDO now as an option if this error continues to occur. https://github.com/liyuanhe211/Solution_for_Every_Gaussian_Error_Message#arrow_forward-l502l1002inaccurate-quadrature-in-caldsu-hourglass_flowing_sand https://wongzit.github.io/gaussian-common-errors-and-solutions/#inaccurate-quadrature-in-caldsu

codecov[bot] commented 7 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (36c361d) 73.72% compared to head (051e692) 73.73%.

Files Patch % Lines
arc/job/trsh.py 81.25% 1 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #716 +/- ## ========================================== + Coverage 73.72% 73.73% +0.01% ========================================== Files 99 99 Lines 26964 26985 +21 Branches 5610 5616 +6 ========================================== + Hits 19878 19898 +20 - Misses 5689 5690 +1 Partials 1397 1397 ``` | [Flag](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/716/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/716/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | `73.73% <89.28%> (+0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.