Skip to content
Snippets Groups Projects

Some small changes to the YAML documentation.

3 open threads
4 files
+ 23
15
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -97,7 +97,7 @@ def h5_attr_to_property(val):
# TODO this can eventually be removed
if(hasattr(val, 'ndim')):
if hasattr(val, 'ndim'):
if not isinstance(val, np.ndarray) and val.ndim != 0:
print(val, val.ndim)
raise Exception(
Loading