materialsvirtuallab / matgl

Graph deep learning library for materials
BSD 3-Clause "New" or "Revised" License
233 stars 57 forks source link

add testing to m3gnet potential training example #179

Closed lbluque closed 9 months ago

lbluque commented 9 months ago

Checklist

Tip: Install pre-commit hooks to auto-check types and linting before every commit:

pip install -U pre-commit
pre-commit install
codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (543c3e0) 98.00% compared to head (fe4aa05) 98.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #179 +/- ## ======================================= Coverage 98.00% 98.00% ======================================= Files 28 28 Lines 1901 1901 ======================================= Hits 1863 1863 Misses 38 38 ```

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

shyuep commented 9 months ago

Thanks.