Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 committed Dec 17, 2024
1 parent 2dc43c9 commit 6b3de6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4436,6 +4436,14 @@ doc///
assert equalMPL(B,Bprime)
///
-- TEST gfanConvertToNewRing x NCAlgebra (cf. #3600)
TEST ///
R = QQ[a];
gfanConvertToNewRing(R);
needsPackage "NCAlgebra";
assert gfanConvertToNewRing(R)
///
-- TEST gfanBuchberger
TEST ///
equalMPL = (A,B) -> set transpose A === set transpose B
Expand Down

0 comments on commit 6b3de6e

Please sign in to comment.