(arrow_property_graph)
| 697 | |
| 698 | @pytest.fixture(scope="module") |
| 699 | def projected_pg_no_edge_data(arrow_property_graph): |
| 700 | pg = arrow_property_graph.project(vertices={"v0": []}, edges={"e0": []}) |
| 701 | yield pg |
| 702 | |
| 703 | |
| 704 | @pytest.fixture(scope="module") |