Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateConfigurationFor(string dataPath, string sheetName = null) does not store dimension of columns #1374

Closed
PavelBal opened this issue Nov 9, 2021 · 0 comments · Fixed by #1382
Assignees

Comments

@PavelBal
Copy link
Member

PavelBal commented Nov 9, 2021

CompiledDataSet_oneSheet.xlsx

If creating a configuration for this uploaded sheet using CreateConfigurationFor and saving the configuration, the columns for "Time", "Measurement", and "Error" do not contain the dimension property:

    <MappingDataFormatParameter columnName="Concentration (mass)[ng/ml]">
      <MappedColumn name="Measurement">
        <Unit selectedUnit="ng/ml" />
      </MappedColumn>
    </MappingDataFormatParameter>

If the same file is loaded in PK-Sim and the configuration is saved, the dimension property is set:

    <MappingDataFormatParameter columnName="Concentration (mass)[ng/ml]">
      <MappedColumn name="Measurement" dimension="Concentration (mass)">
        <Unit selectedUnit="ng/ml" />
      </MappedColumn>
    </MappingDataFormatParameter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants