Skip to content

Generator functions are not reset #51

Closed
@Enchufa2

Description

@Enchufa2

So this code produces no output:

t <- create_trajectory() %>% timeout(1)

simmer() %>% 
  add_generator("dummy", t, at(0, 1, 2)) %>%
  run() %>%
  reset() %>%
  run() %>%
  get_mon_arrivals()

Instead, 3 arrivals would be expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions