CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

Assigning to attributes not working when attributes.yaml is empty #71

Open dragly opened 5 years ago

dragly commented 5 years ago

The following results in an error saying that we cannot assign to NoneType when the attributes.yaml file is empty:

group.attrs['something'] = 1.0