Skip to content

Commit

Permalink
Remove debugging comment in RandomModule
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyquiver committed Jan 29, 2025
1 parent dcba213 commit 574c6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modulespecial.gi
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ InstallMethod( RandomModule,
P0 := DirectSumOfQPAModules( List( [ 1..n ], i -> P[ Random( [ 1..num_vert ] ) ] ) );
homP1P0 := HomOverAlgebra( P1, P0 );
if Length( homP1P0 ) > 0 then
Print( "The value of i is: ",i,"\n" );
random_f := Sum( List( homP1P0, g -> Random( k ) * g ) );
return CoKernel( random_f );
fi;
Expand Down

0 comments on commit 574c6a1

Please sign in to comment.