Skip to content

Add safety checks before starting a full regression. #20

@andreabonvini

Description

@andreabonvini

Check if, given a list of events times and a series of parameters (windowLength, delta, etc...), it is possible to carry out a fullRegression without experiencing any crash. (e.g. see

assert (events_times.size() >= AR_ORDER_ + 2);
)

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