Skip to content

Commit dad5148

Browse files
Update oceanarray/tools.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 45016ff commit dad5148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oceanarray/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def find_deployment(ds, var_name="temperature"):
194194
start_deployment.append(np.datetime64("NaT", "ns"))
195195
end_deployment.append(np.datetime64("NaT", "ns"))
196196
mooring_rising.append(np.datetime64("NaT", "ns"))
197-
split_value.append(np.nan)
198-
split_value2.append(np.nan)
197+
split_vals.append(np.nan)
198+
split_vals2.append(np.nan)
199199

200200
return ds
201201

0 commit comments

Comments
 (0)