Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid the import error MessagePassing not defined #351

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Avoid the import error MessagePassing not defined #351

merged 2 commits into from
Apr 17, 2024

Conversation

WenjieDu
Copy link
Owner

@WenjieDu WenjieDu commented Apr 17, 2024

What does this PR do?

  1. fixing Need to test building pypots package during CI #352;
  2. in previous commits, we expose ObservationPropagation in the below line, but this will cause the exceptionname 'MessagePassing' is not defined if torch_geometric is not installed. We remove this line in this PR to fix this issue.
    from .layers import ObservationPropagation

@coveralls
Copy link
Collaborator

coveralls commented Apr 17, 2024

Pull Request Test Coverage Report for Build 8724705047

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 80.701%

Totals Coverage Status
Change from base Build 8724484843: -0.002%
Covered Lines: 7025
Relevant Lines: 8705

💛 - Coveralls

* test: test building without torch-geometric during CI;
@WenjieDu WenjieDu merged commit cb1ae37 into main Apr 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants