Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2023
1 parent b449c9c commit 6c72798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datatree/tests/test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ def times_ten(ds):
result_tree = times_ten(subtree)
assert_equal(result_tree, expected, from_root=False)

@pytest.mark.xfail(reason='probably some bug in pytests handling of exception notes')
@pytest.mark.xfail(
reason="probably some bug in pytests handling of exception notes"
)
def test_error_contains_path_of_offending_node(self, create_test_datatree):
dt = create_test_datatree()
dt["set1"]["bad_var"] = 0
Expand Down

0 comments on commit 6c72798

Please sign in to comment.