From 526def226e4b87ed20a3f7f388198271e73f79c8 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 19 Feb 2024 18:42:42 +0100 Subject: [PATCH] PG.degree is not guaranteed to be constant --- src/actions/spn_conjugation.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/spn_conjugation.jl b/src/actions/spn_conjugation.jl index 96112b1..23ac4d1 100644 --- a/src/actions/spn_conjugation.jl +++ b/src/actions/spn_conjugation.jl @@ -5,7 +5,6 @@ function _conj( σ::PG.AbstractPermutation, ) where {N,T} @assert iseven(N) - @assert PG.degree(σ) ≤ N ÷ 2 "Got degree = $(PG.degree(σ)); N = $N" n = N ÷ 2 @assert 1 ≤ s.i ≤ N @assert 1 ≤ s.j ≤ N