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
Thank you for the bug report.
I fixed the SingleTransactionModel so that each account sends money to another account only once.
By the way, these parameter sets you showed will not work because a sufficient number of account vertices cannot be the main accounts of alerts.
It should work with the following updated parameter files.
According to Wiki:
However with account's model set to
0
(SINGLE) inaccounts.csv
the simulator does not generate any normal transactions between the accounts at all.This can be reproducible with the following test config:
conf.json
accounts.csv
degree.csv
alertPatterns.csv
This seems to happen due to this condition in SingleTransactionModel when
endStep = -1
andstep
goes from 0 to 720.The text was updated successfully, but these errors were encountered: