Skip to content

Wrong return in PAC comparison strategy #213

@iturbideM

Description

@iturbideM

This should return only the sequence as a counterexample and not the pair (False, sequence)

for sequence in sequences:
if target_model.process_query(sequence) != model.process_query(sequence):
if not self._compute_epsilon_star:
return (False, sequence)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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