We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 851e000 + a941806 commit 3620b34Copy full SHA for 3620b34
lmfdb/groups/abstract/main.py
@@ -2954,7 +2954,7 @@ def __init__(self):
2954
advanced=True
2955
)
2956
number_divisions = TextBox(
2957
- name="number_divisions ",
+ name="number_divisions",
2958
label="Number of divisions",
2959
knowl="group.division",
2960
example="3",
@@ -3119,16 +3119,16 @@ def __init__(self):
3119
3120
self.refine_array = [
3121
[subgroup, subgroup_order, cyclic, abelian, solvable],
3122
- [normal, characteristic, perfect, maximal, central, nontrivproper],
3123
- [ambient, ambient_order, direct, split, hall, sylow],
+ [normal, characteristic, perfect, maximal, central],
+ [ambient, ambient_order, direct, split],
3124
[
3125
quotient,
3126
quotient_order,
3127
quotient_cyclic,
3128
quotient_abelian,
3129
quotient_solvable,
3130
- minimal_normal,
3131
],
+ [minimal_normal, nontrivproper, hall, sylow],
3132
]
3133
3134
def search_types(self, info):
0 commit comments