fixed output format of orso model

This commit is contained in:
2025-11-25 15:17:31 +01:00
parent 8abd977656
commit 41c5218413
+1 -1
View File
@@ -84,7 +84,7 @@ class AmorHeader:
user_orcid = None
sampleName = self.hdf['entry1/sample/name'][0].decode('utf-8')
model = self.hdf['entry1/sample/model'][0].decode('utf-8')
if 'stack:' in model:
if 'stack' in model:
import yaml
model = yaml.safe_load(model)
else: