Open-Systems-Pharmacology / OSPSuite.ParameterIdentification

R package for parameter identification for OSPS models
http://www.open-systems-pharmacology.org/OSPSuite.ParameterIdentification/
GNU General Public License v2.0
3 stars 2 forks source link

add .validateSimulationIds for Simulation ID checks #120

Closed rengelke closed 4 months ago

rengelke commented 4 months ago

New .validateSimulationIds function for Simulation ID verification during ParameterIdentification initialization.

Validates Matching IDs across Simulation IDs, PI Parameters, and Output Mappings Ensures that every Simulation ID is present and matches with corresponding IDs in PIParameter and OutputMapping instances. This function is crucial for maintaining consistency and preventing mismatches that could disrupt parameter identification processes.