gap-packages / wedderga

Wedderburn Decomposition of Group Algebras
https://gap-packages.github.io/wedderga/
GNU General Public License v2.0
3 stars 6 forks source link

Improve reproducibility of examples that involve randomness #32

Open olexandr-konovalov opened 6 years ago

olexandr-konovalov commented 6 years ago

Some examples, like e.g. in SimpleAlgebraByCharacter, still use Irr(G)[i] approach which may fail due to randomness. These examples should be made more reproducible, for example by picking up a character by some unique property (e.g. degree, when applicable).

olexandr-konovalov commented 2 years ago

Tests now polished quite well and pass on GitHub actions (https://github.com/gap-packages/wedderga/actions). Still can keep this open as a good first issue.