Skip to content

Commit

Permalink
Update doc so it matches CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed May 6, 2023
1 parent fa64072 commit 3001eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6215,7 +6215,7 @@ def curvefit(
>>> fit_result = da.curvefit("time", exp_decay)
>>> fit_result["curvefit_coefficients"].sel(param="time_constant")
<xarray.DataArray 'curvefit_coefficients' (x: 3)>
array([1.05692036, 1.73549638, 2.94215771])
array([1.05692036, 1.73549639, 2.94215771])
Coordinates:
* x (x) int64 0 1 2
param <U13 'time_constant'
Expand Down

0 comments on commit 3001eaf

Please sign in to comment.