From 8f1383f550e558317e15033836abf839d1aa8440 Mon Sep 17 00:00:00 2001 From: Gao Date: Fri, 19 May 2023 16:46:20 +0200 Subject: [PATCH] correct Typo --- DataContainer/ReadData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataContainer/ReadData.py b/DataContainer/ReadData.py index 3e587be..799bc95 100644 --- a/DataContainer/ReadData.py +++ b/DataContainer/ReadData.py @@ -194,7 +194,7 @@ def _assign_scan_axis_partial_and_remove_everything(x, datesetOfGlobal, fullFile shotNum = np.where(fullFilePath==filePath) shotNum = np.squeeze(shotNum) runTime = _read_run_time_from_hdf5(x) - x = xr.Dataset(data_vars={'runTine':runTime}) + x = xr.Dataset(data_vars={'runTime':runTime}) x = x.expand_dims(list(scanAxis)) return x.assign_coords(