Skip to content
Snippets Groups Projects
Commit 55c98090 authored by simply-nicky's avatar simply-nicky
Browse files

bug fix

parent 64148ea1
Branches
Tags
No related merge requests found
......@@ -497,7 +497,7 @@ class Protocol(INIParser):
if cxi_path is None:
cxi_path = self.get_default_path(attr, cxi_path)
if cxi_path in cxi_file:
return cxi_file[cxi_path][...].astype(self.get_dtype(attr, dtype))
return cxi_file[cxi_path][()].astype(self.get_dtype(attr, dtype))
else:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment