Skip to content

Commit 35ebb2a

Browse files
committed
Revert "Update doc so it matches CI"
This reverts commit a0e6659.
1 parent d081ee6 commit 35ebb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6231,7 +6231,7 @@ def curvefit(
62316231
>>> fit_result = da.curvefit("time", exp_decay)
62326232
>>> fit_result["curvefit_coefficients"].sel(param="time_constant")
62336233
<xarray.DataArray 'curvefit_coefficients' (x: 3)>
6234-
array([1.05692036, 1.73549639, 2.94215771])
6234+
array([1.05692036, 1.73549638, 2.94215771])
62356235
Coordinates:
62366236
* x (x) int64 0 1 2
62376237
param <U13 'time_constant'

0 commit comments

Comments
 (0)