We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9f85e commit e22fc2bCopy full SHA for e22fc2b
StableCategories/gap/DerivedMethodsForStableCategories.gi
@@ -100,7 +100,7 @@ AddFinalDerivationBundle( # IsColiftingObject
100
101
id_A := IdentityMorphism( A );
102
103
- return IsNullHomotopic( id_A );
+ return ValueGlobal( "IsNullHomotopic" )( id_A ); # it need to be fixed
104
105
end
106
],
@@ -133,7 +133,7 @@ AddFinalDerivationBundle( # IsColiftingObject
133
134
135
136
- lambda := HomotopyMorphisms( id_A );
+ lambda := ValueGlobal( "HomotopyMorphisms" )( id_A );
137
138
r_A := AsZFunction( i -> MorphismBetweenDirectSums( [ [ lambda[ i +1 ] ], [ id_A[ i ] ] ] ) );
139
0 commit comments