Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
egri-nagy committed Jun 14, 2024
1 parent f566751 commit c027004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/relmorph.tst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ gap> ex1phi := HashMap([[Transformation([1,2,3]), [Transformation([1,2])]],
> [Transformation([1,3,2]), [Transformation([1,2])]]]);;
gap> IsTSRelMorph(ex1theta, ex1phi, OnPoints, OnPoints);
true
gap> IsSgpRelMorph(ex1phi, OnRight, OnRight);
true
gap> STOP_TEST( "Relational morphisms");

0 comments on commit c027004

Please sign in to comment.