ReactionMechanismGenerator / ARC

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

Added Mockter - a dummy job adapter for testing and debug #759

Closed alongd closed 3 months ago

alongd commented 3 months ago

It uses a YAML input/output file, returns the same xyz as in the input, returns a higher TS energy than wells, and returns 3N-6 freqs (with one imaginary freq for TSs only) Tests added

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 87.34177% with 20 lines in your changes missing coverage. Please review.

Project coverage is 73.83%. Comparing base (a3f79be) to head (5841e39).

Files Patch % Lines
arc/job/adapters/mockter.py 76.81% 9 Missing and 7 partials :warning:
arc/parser.py 63.63% 0 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #759 +/- ## ========================================== + Coverage 73.73% 73.83% +0.09% ========================================== Files 99 101 +2 Lines 27473 27623 +150 Branches 5781 5795 +14 ========================================== + Hits 20257 20395 +138 - Misses 5769 5773 +4 - Partials 1447 1455 +8 ``` | [Flag](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/759/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/759/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | `73.83% <87.34%> (+0.09%)` | :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.