Skip to content

Parallel solving of equations leads to wrong lastResults being pulled of a session while parsing #22

@florianwolz

Description

@florianwolz

The equations are executed in parallel by use of the CLI class. The parsing process employs the global session object and overwrites on each function call the current value in the session.
This is problematic for parallel execution since there current values can be overwritten by another equation. This leads to wrong results and sometimes to WrongArgumentTypesException being thrown.

The solution is to make each equation have its own isolated session.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions