CAP_project icon indicating copy to clipboard operation
CAP_project copied to clipboard

Since 316b8942ebdb354e8a8e208caeb10aad84258fc6 GradedModulePresentationsForCAP does not load FreydCategoriesForCAP

Open mohamed-barakat opened this issue 10 months ago • 2 comments

I assume this is intended:

After:

gap> LoadPackage( "GradedModulePresentationsForCAP", false );
true
gap> IsPackageMarkedForLoading( "FreydCategoriesForCAP", ">= 0" );
false

Before:

gap> LoadPackage( "GradedModulePresentationsForCAP", false );
true
gap> IsPackageMarkedForLoading( "FreydCategoriesForCAP", ">= 0" );
true

mohamed-barakat avatar Apr 06 '24 10:04 mohamed-barakat