()
| 27 | |
| 28 | |
| 29 | def test_squirrel(): |
| 30 | args = build_args_from_dict({"dataset": "squirrel"}) |
| 31 | data = build_dataset(args) |
| 32 | assert data.num_nodes == 5201 |
| 33 | assert data.num_features == 2089 |
| 34 | assert data.num_classes == 5 |
| 35 | |
| 36 | |
| 37 | def test_texas(): |
no test coverage detected