Open-Systems-Pharmacology / OSPSuite.Core

Core functionalities of the Open Systems Pharmacology Suite
Other
5 stars 8 forks source link

Observed data: extended properties without name #2231

Open Yuri05 opened 5 months ago

Yuri05 commented 5 months ago

It happens from time to time that serialized observed data sets have extended properties without a name:

...
  <ExtendedProperties>
    ...
    <StringExtendedProperty readOnly="0" />
  </ExtendedProperties>
...

s e.g.

In such a case, the whole project cannot be loaded at all. While the problem (during observed data import?) is still not reproducible, we could try to catch it somewhere.

Yuri05 commented 5 months ago

@msevestre @rwmcintosh Thoughts on this?

rwmcintosh commented 5 months ago

Dummy name would at least prevent it from being lost during import. Can the name be changed after?

Yuri05 commented 5 months ago

If it's not one of the predefined names (e.g. "Organ", "Molecule") - yes, it can be changed later.