Loading autocnet/graph/tests/test_network_graph.py +0 −10 Original line number Diff line number Diff line Loading @@ -71,16 +71,6 @@ def test_place_points_from_cnet(cnet, image_data, expected_npoints, ncg): assert len(resp.all()) == expected_npoints assert len(resp.all()) == cnet.shape[0]""" def test_to_isis(db_controlnetwork, ncg, node_a, node_b, tmpdir): ncg.add_edge(0,1) ncg.nodes[0]['data'] = node_a ncg.nodes[1]['data'] = node_b outpath = tmpdir.join('outnet.net') ncg.to_isis(outpath) assert os.path.exists(outpath) @pytest.mark.xfail def test_from_filelist(gds_mock, default_configuration, tmp_path, ncg): # Written as a list and not parametrized so that the fixture does not automatically clean Loading Loading
autocnet/graph/tests/test_network_graph.py +0 −10 Original line number Diff line number Diff line Loading @@ -71,16 +71,6 @@ def test_place_points_from_cnet(cnet, image_data, expected_npoints, ncg): assert len(resp.all()) == expected_npoints assert len(resp.all()) == cnet.shape[0]""" def test_to_isis(db_controlnetwork, ncg, node_a, node_b, tmpdir): ncg.add_edge(0,1) ncg.nodes[0]['data'] = node_a ncg.nodes[1]['data'] = node_b outpath = tmpdir.join('outnet.net') ncg.to_isis(outpath) assert os.path.exists(outpath) @pytest.mark.xfail def test_from_filelist(gds_mock, default_configuration, tmp_path, ncg): # Written as a list and not parametrized so that the fixture does not automatically clean Loading