correct Typo
This commit is contained in:
parent
8e0ec1d343
commit
8f1383f550
@ -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…
Reference in New Issue
Block a user