You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For downstream analysis, it would often be good to know what the actual data type from a column for the output matrix is.
In PhysiCell everything is outputted as float (double).
The suggestion is to have an additional tag dtype for data type, which specifies, if the column is supposed to be str (categorical), bool (categorical), int (numerical), float (numerical).
This could look somehow like below:
The text was updated successfully, but these errors were encountered:
elmbeech
changed the title
Enhancement: MCDS output.xml label carries additional information about the column variable type
Enhancement: MCDS output.xml label carries additional information about the column data type
Aug 5, 2024
For downstream analysis, it would often be good to know what the actual data type from a column for the output matrix is.
In PhysiCell everything is outputted as float (double).
The suggestion is to have an additional tag
dtype
for data type, which specifies, if the column is supposed to bestr
(categorical),bool
(categorical),int
(numerical),float
(numerical).This could look somehow like below:
Thnak you!
The text was updated successfully, but these errors were encountered: