Skip to content

Commit 1bb5117

Browse files
Merge pull request #2 from gridfm/fix/init
Fix init and updated authors list
1 parent e0a1689 commit 1bb5117

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

gridfm_graphkit/evaluation/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ license = "Apache-2.0"
1515
requires-python = ">=3.12.10"
1616

1717
authors = [
18-
{name = "Matteo Mazzonelli", email = "Matteo.Mazzonelli1@ibm.com"},
19-
{name = "Alban Puech", email = "Alban.Puech1@ibm.com"},
18+
{name = "Matteo Mazzonelli", email = "matteo.mazzonelli1@ibm.com"},
19+
{name = "Alban Puech", email = "apuech@seas.harvard.edu"},
20+
{name = "Tamara Govindasamy", email= "tamara.govindasamy@ibm.com"},
21+
{name = "Mangaliso Mngomezulu", email= "mngomezulum@ibm.com"},
22+
{name = "Etienne Vos", email= "etienne.vos@ibm.com"},
23+
{name = "Celia Cintas", email= "celia.cintas@ibm.com"},
2024
{name = "Jonas Weiss", email= "jwe@zurich.ibm.com"},
2125
]
2226

2327
maintainers = [
24-
{name = "Matteo Mazzonelli", email = "Matteo.Mazzonelli1@ibm.com"},
28+
{name = "Matteo Mazzonelli", email = "matteo.mazzonelli1@ibm.com"},
2529
]
2630

2731
keywords = ["electric power grid", "foundational model", "graph neural networks"]

0 commit comments

Comments
 (0)