Related to #292, the IsaModelObjectFactory does not serialize assays when NMR spectroscopy is used as a technology type. This is because it looks for this exact uncapitalized string of nmr spectroscopy instead. The configurations use the capitalized version.
Related to #292, the IsaModelObjectFactory does not serialize assays when
NMR spectroscopy
is used as a technology type. This is because it looks for this exact uncapitalized string ofnmr spectroscopy
instead. The configurations use the capitalized version.Check https://github.com/ISA-tools/isa-api/blob/master/isatools/create/models.py#L1356