-
Updated
Oct 22, 2020 - Python
graph-neural-networks
Here are 305 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Jul 29, 2020 - C++
-
Updated
Oct 12, 2020 - Python
-
Updated
Jun 13, 2020 - Jupyter Notebook
-
Updated
Oct 7, 2020 - Jupyter Notebook
-
Updated
Aug 26, 2020 - Python
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Aug 6, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Aug 5, 2020 - Python
-
Updated
Jul 12, 2019
-
Updated
Jul 24, 2019 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Mar 22, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 9, 2020
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 18, 2019 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Aug 25, 2020 - Python
-
Updated
May 31, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 25, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the graph-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graph-neural-networks topic, visit your repo's landing page and select "manage topics."
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/