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.
DataCube.graph
1 parent 29caa48 commit 15e442dCopy full SHA for 15e442d
tests/rest/datacube/test_datacube100.py
@@ -33,7 +33,7 @@ def _get_leaf_node(cube: DataCube) -> dict:
33
34
def test_datacube_graph(con100):
35
s2cube = con100.load_collection("S2")
36
- with pytest.warns(DeprecationWarning, match=re.escape("Use `.flat_graph()` method instead of `.graph` property.")):
+ with pytest.warns(DeprecationWarning, match=re.escape("Use `DataCube.flat_graph()` instead.")):
37
actual = s2cube.graph
38
assert actual == {'loadcollection1': {
39
'process_id': 'load_collection',
0 commit comments