pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.52k stars 3.57k forks source link

Fix `ConfigMixin.from_config` when config is of type `dict` #9461

Closed akihironitta closed 4 days ago

akihironitta commented 4 days ago

No need for a changelog entry as ConfigMixin hasn't been included in any release yet.

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 86.89%. Comparing base (dafbd30) to head (c9cee9b). Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9461 +/- ## ========================================== - Coverage 88.25% 86.89% -1.37% ========================================== Files 473 475 +2 Lines 30844 30981 +137 ========================================== - Hits 27221 26920 -301 - Misses 3623 4061 +438 ```

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