We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aadbe commit c667606Copy full SHA for c667606
torch_geometric/sampler/base.py
@@ -238,8 +238,7 @@ def to_bidirectional(
238
return out
239
240
@classmethod
241
- def collate(cls,
242
- outputs: List['SamplerOutput'],
+ def collate(cls, outputs: List['SamplerOutput'],
243
replace: bool = False) -> 'SamplerOutput':
244
r"""Collate a list of :class:`~torch_geometric.sampler.SamplerOutput`
245
objects into a single :class:`~torch_geometric.sampler.SamplerOutput`
0 commit comments