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
1. OriginalBrain: a minimal spatial structure with the "Brain" organ and the corresponding neighborhoods 2. OriginalBrain_overrideParam: same as 1, but the parameter Partition coefficient (interstitial/water) is overwritten by a constant 3. RenamePlasma: same as 1. but the container Plasma has been renamed. 4. RenamePlasma_overrideParam: as 3., but the parameter Partition coefficient (interstitial/water) is overwritten
Parameter OriginalBrain|Neighborhoods|Brain_int_Brain_cell|TestMolecule|Partition coefficient (interstitial/water) is a help parameter defined in AllCalculationMethods.pkml
When creating a simulation, the parameter is automatically added:
I try to overwrite this parameter by manually creating it in the neighborhood and setting it to a constant value (the use case would be when altering the structure, e.g., renaming or fully removing the Plasma container):
In the simulation that uses this module, the parameter again uses the black box formula and not the value defined by the user:
The expected behavior would be that the help parameter is only added when it is not present in the original structure.
The text was updated successfully, but these errors were encountered:
OverwriteBlackBoxParameter.zip
Short version
In the attached project, there are four modules:
1. OriginalBrain: a minimal spatial structure with the "Brain" organ and the corresponding neighborhoods
2. OriginalBrain_overrideParam: same as 1, but the parameter
Partition coefficient (interstitial/water)
is overwritten by a constant3. RenamePlasma: same as 1. but the container
Plasma
has been renamed.4. RenamePlasma_overrideParam: as 3., but the parameter
Partition coefficient (interstitial/water)
is overwrittenParameter
OriginalBrain|Neighborhoods|Brain_int_Brain_cell|TestMolecule|Partition coefficient (interstitial/water)
is a help parameter defined inAllCalculationMethods.pkml
When creating a simulation, the parameter is automatically added:
I try to overwrite this parameter by manually creating it in the neighborhood and setting it to a constant value (the use case would be when altering the structure, e.g., renaming or fully removing the
Plasma
container):In the simulation that uses this module, the parameter again uses the black box formula and not the value defined by the user:
The expected behavior would be that the help parameter is only added when it is not present in the original structure.
The text was updated successfully, but these errors were encountered: