Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Dec 13, 2023
1 parent 7944104 commit 297595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arviz_stats/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def kde(self, dims=None, **kwargs):

def ecdf(self, dims=None, **kwargs):
"""Compute the ecdf for all variables in the dataset."""
return self._obj.map(ecdf, dims=dims, **kwargs).rename({"ecdf_axis":"plot_axis"})
return self._obj.map(ecdf, dims=dims, **kwargs).rename({"ecdf_axis": "plot_axis"})


@register_datatree_accessor("azstats")
Expand Down

0 comments on commit 297595f

Please sign in to comment.