homalg-project / HigherHomologicalAlgebra

A GAP framework for categorical homological algebra with special focus on homotopy categories and tilting equivalences
https://homalg-project.github.io/HigherHomologicalAlgebra
5 stars 6 forks source link

Shift is a KeyDependentOperation in TriangulatedCategories but a normal operation in homalg #146

Open zickgraf opened 1 year ago

zickgraf commented 1 year ago
gap> LoadPackage( "Triangulated", false );;
gap> LoadPackage( "homalg", false );;
#I  a method is installed for the wrapper operation Shift in ~/.gap/pkg/homalg_project/homalg/gap/HomalgComplex.gi:918
#I  it should probably be installed for (one of) its
#I  underlying operation(s)

I'm not sure if this has any negative implications, so feel free to close this as a non-issue if you don't think this is relevant.