Skip to content

Commit

Permalink
Remove test of printing datatree
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas authored Apr 26, 2024
1 parent 372dcbe commit 6033f2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xarray/tests/test_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,6 @@ def test_datatree_printout_nested_node(self):
printout = root.__str__()
assert printout.splitlines()[2].startswith(" ")

def test_print_datatree(self, simple_datatree):
dt = simple_datatree
print(dt)

def test_datatree_repr_of_node_with_data(self):
dat = xr.Dataset({"a": [0, 2]})
dt: DataTree = DataTree(name="root", data=dat)
Expand Down

0 comments on commit 6033f2d

Please sign in to comment.