-
Updated
Dec 14, 2020 - Python
geometric-deep-learning
Here are 70 public repositories matching this topic...
-
Updated
Mar 9, 2020 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Jan 17, 2020 - Python
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 10, 2020 - Python
-
Updated
Sep 10, 2020 - Python
-
Updated
Dec 7, 2020 - Python
-
Updated
Dec 13, 2020 - Julia
-
Updated
Nov 15, 2020 - Jupyter Notebook
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Dec 15, 2020 - Python
-
Updated
Dec 8, 2020 - Python
-
Updated
Dec 16, 2019 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 1, 2020 - C++
-
Updated
Aug 29, 2020 - Python
-
Updated
Jan 29, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Sep 25, 2020 - Jupyter Notebook
-
Updated
Jul 9, 2020 - C++
-
Updated
Oct 22, 2020 - Python
-
Updated
Jul 21, 2019 - Cuda
-
Updated
Oct 17, 2020 - Python
-
Updated
Jul 14, 2020 - Python
Improve this page
Add a description, image, and links to the geometric-deep-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geometric-deep-learning 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/