()
| 78 | |
| 79 | |
| 80 | def test_daegc_cora(): |
| 81 | args = get_default_args_agc(dataset="cora", model="daegc", mw="daegc_mw", dw="node_classification_dw") |
| 82 | args.model_type = "both" |
| 83 | args.cluster_method = "kmeans" |
| 84 | ret = train(args) |
| 85 | assert ret["nmi"] >= 0 |
| 86 | |
| 87 | |
| 88 | def test_gae_cora(): |
no test coverage detected