Skip to content

Initialisation of agent using variable expression doesn't work #5

Description

@davidcsterratt

I've discovered that SpatialKappa doesn't work quite the same way as KaSim when it comes to initialiasing agents. Hopefully the following code snippet demonstrates the issue.

%var: 'vol' 0.1
%var: 'NA' 6.02E23
%var: 'CaMinit' (100*'NA'*1E-21*'vol') # Doesn't work in SpatialKappa but does in   KaSim
#%var: 'CaMinit' 6022.1 # Works in both
#%var: 'CaMinit' 6022   # Works in both 
%init: 'CaMinit' CaM(n1,n2,c1,c2)

This is not a critical problem, but it would be nice to fix.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions