We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue upon loading the datasets from TopoNetX when testing TopoModelX through GitHub Actions. See details: pyt-team/TopoNetX#195
We need to fix it.
Because the merge of TopoModelX's PR 98 is blocked by this: #98
This PR has the implementation of the SNN model.
On TopoModelX, this might mean modifying the github workflow file for tests, which is: .github/workflows/test.yml
On TopoNetX, this might mean modifying how the datasets are loaded.
Many tutorials manage to load and compute with datasets from TopoNetX. Get inspiration from this code and fix the dataset that is not working for #98.
The text was updated successfully, but these errors were encountered:
@devendragovil any update on this?
Sorry, something went wrong.
devendragovil
No branches or pull requests
What?
There is an issue upon loading the datasets from TopoNetX when testing TopoModelX through GitHub Actions.
See details:
pyt-team/TopoNetX#195
We need to fix it.
Why?
Because the merge of TopoModelX's PR 98 is blocked by this:
#98
This PR has the implementation of the SNN model.
Where?
On TopoModelX, this might mean modifying the github workflow file for tests, which is:
.github/workflows/test.yml
On TopoNetX, this might mean modifying how the datasets are loaded.
How?
Many tutorials manage to load and compute with datasets from TopoNetX. Get inspiration from this code and fix the dataset that is not working for #98.
The text was updated successfully, but these errors were encountered: