Skip to content

Commit

Permalink
change the intro in layer/__init__.py
Browse files Browse the repository at this point in the history
MatGL supports more different GNN architectures and the intro needs to be changed.

Signed-off-by: Tsz Wai Ko <[email protected]>
  • Loading branch information
kenko911 authored Sep 26, 2024
1 parent 698d0fc commit 4c99cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matgl/layers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This package implements the layers for M*GNet."""
"""This package implements the layers for different Graph Neural Networks."""

from __future__ import annotations

Expand Down

0 comments on commit 4c99cbf

Please sign in to comment.