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

Fix test_tsagcn #253

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

cshjin
Copy link

@cshjin cshjin commented Oct 13, 2023

Fix the issue in #186
Changes

  • send edge_index to device
  • assign self_mat to device to match edge_index
  • passed the pytest
$ pytest test/
============================================ test session starts =============================================
platform linux -- Python 3.7.16, pytest-7.1.2, pluggy-1.0.0
rootdir: /home/***/pytorch_geometric_temporal
collected 93 items                                                                                           

test/attention_test.py ........                                                                        [  8%]
test/batch_test.py .............................                                                       [ 39%]
test/dataset_test.py ..........................................                                        [ 84%]
test/heterogeneous_test.py .                                                                           [ 86%]
test/recurrent_test.py .............                                                                   [100%]

======================================= 93 passed in 119.87s (0:01:59) =======================================

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.

None yet

1 participant