materialsvirtuallab / matgl

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

Improve the TensorNet model class coverage #276

Closed kenko911 closed 1 week ago

kenko911 commented 1 week ago

Summary

A unit test is added for testing SO(3) equivariance to improve the coverage.

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 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.29%. Comparing base (c612f62) to head (93574e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #276 +/- ## ======================================= Coverage 98.29% 98.29% ======================================= Files 35 35 Lines 3117 3117 ======================================= Hits 3064 3064 Misses 53 53 ```

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