Skip to content

Commit

Permalink
load FreydCategoriesForCAP before FunctorCategories in DerivedCategor…
Browse files Browse the repository at this point in the history
…ies/tst/100_LoadPackage.tst
  • Loading branch information
kamalsaleh committed Jan 3, 2023
1 parent e7a8c94 commit b6284c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DerivedCategories/tst/100_LoadPackage.tst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ gap> package_loading_info_level := InfoLevel( InfoPackageLoading );;
gap> SetInfoLevel( InfoPackageLoading, PACKAGE_ERROR );;
gap> LoadPackage( "IO_ForHomalg", false );
true
gap> LoadPackage( "FunctorCategories", false );
true
gap> LoadPackage( "FreydCategoriesForCAP", false );
true
gap> LoadPackage( "FunctorCategories", false );
true
gap> LoadPackage( "DerivedCategories", false );
true
gap> SetInfoLevel( InfoPackageLoading, PACKAGE_INFO );;
Expand Down

0 comments on commit b6284c3

Please sign in to comment.