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
Leaving without releasing resources is an intended feature, but it may also be a source of problems and unintended behaviours if errors go unnoticed.
The text was updated successfully, but these errors were encountered:
Test case:
library(simmer) t <- create_trajectory() %>% seize("dummy", 1) env <- simmer(verbose = TRUE) %>% add_resource("dummy") %>% add_generator("arrival", t, at(0)) %>% run()
should warn the user with something like "arrival0 is leaving without releasing dummy".
arrival0
dummy
Sorry, something went wrong.
e12b4c9
No branches or pull requests
Leaving without releasing resources is an intended feature, but it may also be a source of problems and unintended behaviours if errors go unnoticed.
The text was updated successfully, but these errors were encountered: