Skip to content

Commit 8e4b59c

Browse files
I changed graphnet to GraphNet
1 parent 5fe7f9f commit 8e4b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphnet/models/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Model(
2222
Logger, Configurable, LightningModule, ABC, metaclass=ModelConfigSaverABC
2323
):
24-
"""Base class for all components in graphnet."""
24+
"""Base class for all components in GraphNeT."""
2525

2626
verbose_print = True
2727

0 commit comments

Comments
 (0)