Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 committed Dec 18, 2024
1 parent 01d1d33 commit e43f119
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4445,6 +4445,13 @@ doc///
assert gfanConvertToNewRing(R)
///
-- TEST gfanConvertToNewRing (cf. #3601)
TEST ///
R = QQ[x1];
gfanConvertToNewRing(R);
assert (ring x1 === R);
///
-- TEST gfanBuchberger
TEST ///
equalMPL = (A,B) -> set transpose A === set transpose B
Expand Down

0 comments on commit e43f119

Please sign in to comment.