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

using dgl.to_homogeneous instead of the old deprecated name. #173

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

ijpulidos
Copy link
Contributor

DGL method is now named to_homogeneous.

This should fix tests breaking on downstream packages, such as in https://github.com/openmm/openmmforcefields/actions/runs/5555278333/jobs/10146203523?pr=289#step:9:1959

@ijpulidos ijpulidos added the bug 🐛 Something isn't working label Jul 14, 2023
@ijpulidos ijpulidos added this to the 0.3.1 milestone Jul 14, 2023
@mikemhenry
Copy link
Contributor

@ijpulidos is this one ready to go? Did our unit tests not catch this because of a DGL version pin?

@ijpulidos
Copy link
Contributor Author

@ijpulidos is this one ready to go? Did our unit tests not catch this because of a DGL version pin?

I think the issue is that we are not really testing this, we should probably write a test that uses it but I honestly don't think I could come up with one before the release (if we want to release today).

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@5b5fb04). Click here to learn what that means.
The diff coverage is n/a.

@ijpulidos ijpulidos merged commit 7165038 into main Jul 14, 2023
4 checks passed
@ijpulidos ijpulidos deleted the fix-sequential-dgl-homogeneous branch July 14, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants