Skip to content

Commit

Permalink
corrected wrong package version
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikeWeiss committed Sep 11, 2024
1 parent 0c47881 commit f532c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/test_main.g
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BindGlobal( "SIMPLICIAL_TestAll", function()
__SIMPLICIAL_Test_EdgeNautyGraph();
__SIMPLICIAL_Test_FaceDigraphsGraph();
__SIMPLICIAL_Test_FaceNautyGraph();
if IsPackageMarkedForLoading( "Digraphs", ">=0.10.1" ) then
if IsPackageMarkedForLoading( "Digraphs", ">=1.9.0" ) then
__SIMPLICIAL_Test_AllSimplicialSurfacesOfDigraph();
fi;

Expand Down

0 comments on commit f532c7d

Please sign in to comment.