Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Undo predefined changes
Browse files Browse the repository at this point in the history
Co-authored-by: <[email protected]>
  • Loading branch information
JPXKQX committed Jul 5, 2024
1 parent 127e535 commit 018f00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/layers/mapper/test_graphconv_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class TestGNNBaseMapper:

@pytest.fixture
def mapper_init(self):
in_channels_src: int = 2
in_channels_dst: int = 2
in_channels_src: int = 3
in_channels_dst: int = 4
hidden_dim: int = 256
out_channels_dst: int = 8
cpu_offload: bool = False
Expand Down

0 comments on commit 018f00e

Please sign in to comment.