Skip to content

SMM produces different results depending on whether advancing the simulation is stopped in between #1396

@jubicker

Description

@jubicker

Bug description

If the SMM simulation is not advanced directly until tmax but stopped and continued in between, the waiting times of some events get unrealistically large.

Version

Windows

To reproduce

Execute SMM example with:

for (ScalarType time = 1; time <= tmax; time += 1) {
    sim.advance(time);
}

instead of
sim.advance(tmax);

Relevant log output

Add any relevant information, e.g. used compiler, screenshots.

Checklist

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project

Metadata

Metadata

Assignees

No one assigned

    Labels

    class::bugBugs found in the softwareloc::backendThis issue concerns the C++ backend implementation.

    Type

    No type

    Projects

    Status

    Done (Total)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions