We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dcb51 commit 760a4a6Copy full SHA for 760a4a6
Project.toml
@@ -1,7 +1,7 @@
1
name = "GraphNeuralNetworks"
2
uuid = "cffab07f-9bc2-4db1-8861-388f63bf7694"
3
authors = ["Carlo Lucibello and contributors"]
4
-version = "0.1.2"
+version = "0.2.0"
5
6
[deps]
7
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
test/runtests.jl
@@ -16,11 +16,11 @@ ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
16
include("test_utils.jl")
17
18
tests = [
19
- # "gnngraph",
20
- # "msgpass",
21
- # "layers/basic",
22
- # "layers/conv",
23
- # "layers/pool",
+ "gnngraph",
+ "msgpass",
+ "layers/basic",
+ "layers/conv",
+ "layers/pool",
24
"examples/node_classification_cora",
25
]
26
0 commit comments