gap-packages / io

GAP package IO to do input and output
https://gap-packages.github.io/io/
Other
14 stars 14 forks source link

Fix unpickling of permutation groups with no generators #91

Closed ChrisJefferson closed 3 years ago

ChrisJefferson commented 3 years ago

This fixes unpickling the group Group( [],() ).

A similar issue exists with the matrix group unpickler, but I can't figure out any nice method of fixing it (see related issue).

codecov[bot] commented 3 years ago

Codecov Report

Merging #91 (81114c9) into master (66ef2a9) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   60.39%   60.42%   +0.02%     
==========================================
  Files          15       15              
  Lines        4803     4803              
==========================================
+ Hits         2901     2902       +1     
+ Misses       1902     1901       -1     
Impacted Files Coverage Δ
gap/pickle.gi 70.52% <100.00%> (+0.10%) :arrow_up: