Browse Source

correct Typo

joschka_dev
Jianshun Gao 1 year ago
parent
commit
8f1383f550
  1. 2
      DataContainer/ReadData.py

2
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.where(fullFilePath==filePath)
shotNum = np.squeeze(shotNum) shotNum = np.squeeze(shotNum)
runTime = _read_run_time_from_hdf5(x) 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)) x = x.expand_dims(list(scanAxis))
return x.assign_coords( return x.assign_coords(

Loading…
Cancel
Save