We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t0 <- create_trajectory() %>% timeout(3) env0 <- simmer() %>% add_generator("entity", t0, at(0)) %>% run() get_mon_arrivals(env0) name start_time end_time activity_time finished 1 entity0 0 0 0 TRUE
Here the end_time of entity0 should be 3
end_time
entity0
3
Test with at least commit a09b025
The text was updated successfully, but these errors were encountered:
64dfa71
Closing issues from commits, like a pro. 😄
Sorry, something went wrong.
👍
No branches or pull requests
Here the
end_time
ofentity0
should be3
Test with at least commit a09b025
The text was updated successfully, but these errors were encountered: