Skip to content

get_mon_arrivals doesn't show accurate values #24

New issue

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

Closed
bart6114 opened this issue Nov 30, 2015 · 2 comments
Closed

get_mon_arrivals doesn't show accurate values #24

bart6114 opened this issue Nov 30, 2015 · 2 comments
Labels
Milestone

Comments

@bart6114
Copy link
Member

​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

Test with at least commit a09b025

@Enchufa2
Copy link
Member

Closing issues from commits, like a pro. 😄

@bart6114
Copy link
Member Author

bart6114 commented Dec 1, 2015

👍

@Enchufa2 Enchufa2 added this to the v3.1.0 milestone Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants