Open-Systems-Pharmacology / PK-Sim

PK-Sim® is a comprehensive software tool for whole-body physiologically based pharmacokinetic modeling
Other
107 stars 51 forks source link

Adding parent container tags to parameters in the spatial structure still required? #3001

Open Yuri05 opened 2 weeks ago

Yuri05 commented 2 weeks ago

At the moment, we programmatically add all tags of the parent container to each parameter in the spatial structure. Comes probably from the times when we did not have e.g. InContainer conditions etc. and could be removed.

Evtl. would require some adjustments of the models (but I think in PK-Sim models those tags are not even used) https://github.com/Open-Systems-Pharmacology/PK-Sim/blob/42414465d7be22cca9816056383d85afca867e3c/src/PKSim.Core/Model/PKSimSpatialStructureFactory.cs#L89-L99