Closed akihironitta closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.40%. Comparing base (
5043806
) to head (f3a62f6
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Part of https://github.com/pyg-team/pytorch_geometric/issues/8890.
This PR reorders import statements (in order to let the decorator
torch.library.register_fake
in future PRs) find pyg-lib's custom operators. This PR also includes minor clean up.