Skip to content

Commit 67e13fb

Browse files
authored
Fix typo in input_core_dims (#208)
1 parent 8aa2884 commit 67e13fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/apply_ufunc/complex-output-numpy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
" newlat, # 1st input to np.interp\n",
127127
" air.lat, # 2nd input to np.interp\n",
128128
" air, # 3rd input to np.interp\n",
129-
" input_core_dims=[[\"lat\"], [\"lat\"], [\"lat\"]], # one entry per function input, 3 in total!\n",
129+
" input_core_dims=[[\"lat_interp\"], [\"lat\"], [\"lat\"]], # one entry per function input, 3 in total!\n",
130130
" output_core_dims=[[\"lat_interp\"]],\n",
131131
")"
132132
]

0 commit comments

Comments
 (0)