Skip to content

Simulator doesn't supply timestamp argument when calling finalize() #3

@johnyesberg

Description

@johnyesberg

The classes Queue, Facility, TimeStamp, and Population have default finalize methods which expect a timestamp argument.
Queue, Facility, and TimeStamp finalize methods all use argCheck to confirm that the argument is present.
When the simulator finishes and calls finalize(), it calls finalize on all entities, but doesn't pass the timestamp argument.

I can override the finalize() method to avoid argCheck errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions