gap-packages / qpa

GAP package for quivers and path algebras
https://folk.ntnu.no/oyvinso/QPA/
GNU General Public License v2.0
30 stars 13 forks source link

Fix files in directory "examples". #22

Closed erich-9 closed 6 years ago

erich-9 commented 6 years ago

Some files in "examples" don't run correctly because some methods have been renamed etc. This should fix this problem.

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by 16.68%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #22       +/-   ##
===========================================
+ Coverage   30.93%   47.62%   +16.68%     
===========================================
  Files          35       68       +33     
  Lines       18129    23247     +5118     
===========================================
+ Hits         5608    11071     +5463     
+ Misses      12521    12176      -345
Impacted Files Coverage Δ
lib/modulehomalg.gd 100% <0%> (ø)
lib/modulehom.gd 100% <0%> (ø)
lib/functors.gd 100% <0%> (ø)
lib/groebnerdyndict.gd 100% <0%> (ø)
lib/inflist.gd 100% <0%> (ø)
lib/combinatorialrep.gd 100% <0%> (ø)
lib/present2.gd 100% <0%> (ø)
lib/derivedcat.gd 100% <0%> (ø)
lib/pathalg.gd 100% <0%> (ø)
lib/degorderfinitetype.gd 100% <0%> (ø)
... and 58 more
olexandr-konovalov commented 6 years ago

Useful work @erich-9 ! I would even go further and converted this files to proper tests in the tst directory. This will ensure that in the future they will be run regularly and such things will not happen again.