Skip to content

Commit ca9509f

Browse files
committed
still example
1 parent 720f7a0 commit ca9509f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pretraining_maskpred_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ def forward(self, data: Data):
5252

5353

5454
def test() -> None:
55-
"""Function that just evaluates the model to test it and has a save example
56-
commented in the end."""
55+
"""Short test with saving at the end."""
5756
graph_definition = KNNGraph(
5857
detector=Prometheus(),
5958
node_definition=NodesAsPulses(),

0 commit comments

Comments
 (0)