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.
1 parent 91aeff2 commit 22bb47fCopy full SHA for 22bb47f
src/xarray_einstats/stats.py
@@ -106,7 +106,7 @@ def _asdataarray(x_or_q, dim_name):
106
return xr.DataArray(x_or_q_ary, dims=[dim_name], coords={dim_name: np.asarray(x_or_q)})
107
raise ValueError(
108
"To evaluate distribution methods on data with >=2 dims,"
109
- " the input needs to be a xarray.DataArray"
+ " the input needs to be an xarray.DataArray"
110
)
111
112
0 commit comments