Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Jun 6, 2024
2 parents 24d0ad4 + 583253c commit 50a80c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/symmetry/compute.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ void exampleSOS1(

if( detectsignedperms )
{
cr_assert( nperms == 2 );
cr_assert( nperms == 2 || nperms == 3 );
}
else
{
Expand Down Expand Up @@ -2430,7 +2430,7 @@ void exampleExpr6(

if ( detectsignedperms )
{
cr_assert( nperms == 4 );
cr_assert( nperms == 4 || nperms == 5 );
}
else
{
Expand Down

0 comments on commit 50a80c0

Please sign in to comment.