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

Hide irrelevant test output to make it resilient against changes #99

Closed fingolfin closed 5 months ago

fingolfin commented 5 months ago

The output is equal in GAP 4.13.0 but its printing changes from

Group([ f3*f4*f5, f1, f2 ])

to

<pc group of size 48 with 5 generators>

Since the very next thing that happens is that IdGroup is called on this group, it seems fair to just suppress the output.

codecov[bot] commented 5 months ago

Codecov Report

Merging #99 (68e6956) into master (1db77ff) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ======================================= Coverage 83.55% 83.55% ======================================= Files 11 11 Lines 5193 5193 ======================================= Hits 4339 4339 Misses 854 854 ```