We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2a6c29 + 1208795 commit 8857cb4Copy full SHA for 8857cb4
1 file changed
src/graphnet/models/model.py
@@ -21,7 +21,7 @@
21
class Model(
22
Logger, Configurable, LightningModule, ABC, metaclass=ModelConfigSaverABC
23
):
24
- """Base class for all components in graphnet."""
+ """Base class for all components in GraphNeT."""
25
26
verbose_print = True
27
0 commit comments