hmedina/KaSaAn

KaSaAn gets lost when snapshot contains tokens.

Closed this issue · 3 comments

I think tokens should be ignored (they are not complexes).

I agree with you, and f876650 should have fixed that; however the syntax for tokens has changed in KaSim, but not in the UI. Previously I relied on tokens being of the form %init: X <- 241.000000 whereas now they differ from agent statements only in not having the agent number comment preceding the kappa expression.

UI says:

%init: 18 /*1 agents*/ A(a)
%init: X <- 241.000000

KaSim says:

%init: 18 /*1 agents*/ A(a)
%init: 241 X

I'll contact the powers that be and see what syntax will be adopted moving on.

Could you check it's working in your setup / with your token names?

I'll assume it is working now.