Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jun 15, 2023
1 parent b3a37ac commit 44b1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arviz/tests/base_tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ def test_datatree(self):
idata_back = from_datatree(dt)
for group, ds in idata.items():
assert_identical(ds, idata_back[group])
assert all([group in dt.children for group in idata.groups()])
assert all(group in dt.children for group in idata.groups())


class TestConversions:
Expand Down

0 comments on commit 44b1976

Please sign in to comment.