Skip to content

Commit 774ec15

Browse files
Add comments for loaded packages in tst files
1 parent eb74688 commit 774ec15

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tst/testTables.g

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
# metadata in PackageInfo.g.
66
#
77

8-
# Some tests need to check for graph isomorphism using grape
8+
# The computation of the tables (targets) requires the computation of schur multipliers
99
LoadPackage("cohomolo");
10+
# Makes the computation of the tables (targets) faster
1011
LoadPackage("recog");
1112
LoadPackage( "LINS" );
1213
ReadPackage( "LINS", "gap/createTables.gi");;

tst/testall.g

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
# Some tests need to check for graph isomorphism using grape
99
LoadPackage( "grape" );
10+
# The computation of the tables (targets) requires the computation of schur multipliers
1011
LoadPackage("cohomolo");
12+
# Makes the computation of the tables (targets) faster
1113
LoadPackage("recog");
1214
LoadPackage( "LINS" );
1315
ReadPackage( "LINS", "gap/createTables.gi");;

0 commit comments

Comments
 (0)