-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssociatedPartition in GAP4.10.1 #3854
Labels
good first issue
Issues that can be understood and addressed by newcomers to GAP development
kind: bug: unexpected error
Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
Comments
I can reproduce this with GAP 4.10.2:
and also in the current master branch:
|
wucas
added
kind: bug
Issues describing general bugs, and PRs fixing them
kind: bug: unexpected error
Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
labels
Jan 16, 2020
fingolfin
added
the
good first issue
Issues that can be understood and addressed by newcomers to GAP development
label
Jan 17, 2020
The code in |
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 21, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 21, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 21, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 21, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 22, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 28, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 29, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 29, 2020
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Jan 29, 2020
fingolfin
pushed a commit
that referenced
this issue
Feb 3, 2020
* CLEANUP: Minor MeatAxe quirks This addresses several points in #3764 Remove obsolete BasisRadical method Dualizing the socle is better since maximals aleady are computed through dualization. Documentation now states `InducedAction` only for nontrivial result. Make result of BasisSocle immutable. * FIX: AssociatedPartition for empty partition This closes #3854 * Added test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Issues that can be understood and addressed by newcomers to GAP development
kind: bug: unexpected error
Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
Minor point:
AssociatedPartition([]); gives an error message, but it should just give [] (as in GAP3).
Please delete or close this issue if this has already been corrected in GAP4.10.2.
The text was updated successfully, but these errors were encountered: