Skip to content

Commit 798d12e

Browse files
committed
and add new test to reproduce the number of operations outside of the notebooks
1 parent d6ae11c commit 798d12e

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "InternalModules",
1212
Subtitle := "Modules over internal algebras",
13-
Version := "2022.09-02",
13+
Version := "2022.10-01",
1414

1515
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",

examples/SymmetricAlgebraInternalToS4rep.g

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ LoadPackage( "InternalModules" );
55
#! @Example
66
srepG := RepresentationCategory( SymmetricGroup( 4 ) );
77
#! The representation category of SymmetricGroup( [ 1 .. 4 ] )
8+
InfoOfInstalledOperationsOfCategory( srepG );
9+
#! 46 primitive operations were used to derive 247 operations for
10+
#! this category which algorithmically
11+
#! * IsEquippedWithHomomorphismStructure
12+
#! * IsAbelianCategory
13+
#! * IsRigidSymmetricClosedMonoidalCategory
14+
#! and furthermore mathematically
15+
#! * IsSkeletalCategory
816
G := UnderlyingGroupForRepresentationCategory( srepG );
917
#! Sym( [ 1 .. 4 ] )
1018
irr := Irr( G );;

examples/notebooks/SymmetricAlgebraInternalToS1rep.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,11 @@
119119
"name": "stdout",
120120
"output_type": "stream",
121121
"text": [
122-
"46 primitive operations were used to derive 342 operations for this category which algorithmically\n",
122+
"46 primitive operations were used to derive 247 operations for this category which algorithmically\n",
123123
"* IsEquippedWithHomomorphismStructure\n",
124124
"* IsAbelianCategory\n",
125125
"* IsRigidSymmetricClosedMonoidalCategory\n",
126126
"and furthermore mathematically\n",
127-
"* IsFiniteCocompleteCategory (but not yet algorithmically)\n",
128-
"* IsFiniteCompleteCategory (but not yet algorithmically)\n",
129127
"* IsSkeletalCategory\n"
130128
]
131129
}
@@ -1242,15 +1240,15 @@
12421240
"lastKernelId": null
12431241
},
12441242
"kernelspec": {
1245-
"display_name": "Julia 1.8.1",
1243+
"display_name": "Julia 1.8.2",
12461244
"language": "julia",
12471245
"name": "julia-1.8"
12481246
},
12491247
"language_info": {
12501248
"file_extension": ".jl",
12511249
"mimetype": "application/julia",
12521250
"name": "julia",
1253-
"version": "1.8.1"
1251+
"version": "1.8.2"
12541252
}
12551253
},
12561254
"nbformat": 4,

examples/notebooks/SymmetricAlgebraInternalToS4rep.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,11 @@
123123
"name": "stdout",
124124
"output_type": "stream",
125125
"text": [
126-
"46 primitive operations were used to derive 342 operations for this category which algorithmically\n",
126+
"46 primitive operations were used to derive 247 operations for this category which algorithmically\n",
127127
"* IsEquippedWithHomomorphismStructure\n",
128128
"* IsAbelianCategory\n",
129129
"* IsRigidSymmetricClosedMonoidalCategory\n",
130130
"and furthermore mathematically\n",
131-
"* IsFiniteCocompleteCategory (but not yet algorithmically)\n",
132-
"* IsFiniteCompleteCategory (but not yet algorithmically)\n",
133131
"* IsSkeletalCategory\n"
134132
]
135133
}
@@ -1595,15 +1593,15 @@
15951593
"lastKernelId": null
15961594
},
15971595
"kernelspec": {
1598-
"display_name": "Julia 1.8.1",
1596+
"display_name": "Julia 1.8.2",
15991597
"language": "julia",
16001598
"name": "julia-1.8"
16011599
},
16021600
"language_info": {
16031601
"file_extension": ".jl",
16041602
"mimetype": "application/julia",
16051603
"name": "julia",
1606-
"version": "1.8.1"
1604+
"version": "1.8.2"
16071605
}
16081606
},
16091607
"nbformat": 4,

0 commit comments

Comments
 (0)