Skip to content
Snippets Groups Projects
Commit b3bcf83a authored by Peters, Wouter's avatar Peters, Wouter
Browse files

removed last Nio occurrences, changed sampling_strategy dataset name to have no spaces

parent e61ee3f8
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class CtObservations(Observation):
savedict = io.std_savedict.copy()
savedict['dtype'] = "int"
savedict['name'] = "sampling strategy"
savedict['name'] = "sampling_strategy"
savedict['units'] = "NA"
savedict['dims'] = dimid
savedict['values'] = data.tolist()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment