start_time from get_mon_arrival totally off #264
Unanswered
DanielaRichter
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Welcome! For large files, if your code can be shared, then you can drag and drop a text file in the comment box, and it will be attached to the conversation. It would be even better if you could reach a minimal example (few lines) showing a similar behaviour. In that case, you can directly paste your code in the comment box surrounded by blocks of 3 backticks as follows:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to simmer and github, so I hope to post this correctly.
I have a simulation containing multiple branches, batches and clones with more than 500 lines of code. It runs fine. The logged times are giving meaningful results.
However, when I compare the monitored arrival times with the logged times (one log_ right after the start of the trajectory and one at the end), the times are off.
e.g. from the log I get
38563.1: patient_0: arrival
140381: patient_0: upload finished
but the monitoring gives me
start_time: 140369.2
end_time: 140380.8
as a consequence flow times etc. are off as well.
As the code is really long, I have not copied it here. Don't know how that is usually handled.
But does anyone have an idea where to look for a solution to the issue?
Beta Was this translation helpful? Give feedback.
All reactions