Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
Update M2/Macaulay2/packages/gfanInterface.m2

fixed test

Co-authored-by: Mahrud Sayrafi <[email protected]>

fixed test

added test
  • Loading branch information
citius2280 authored and d-torrance committed Dec 27, 2024
1 parent b40933f commit 27cf58a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4436,6 +4436,15 @@ doc///
assert equalMPL(B,Bprime)
///
-- TEST gfanConvertToNewRing x NCAlgebra (cf. #3600)
TEST ///
debug needsPackage "gfanInterface"
R = QQ[a];
gfanConvertToNewRing(R);
needsPackage "NCAlgebra";
gfanConvertToNewRing(R)
///
-- TEST gfanBuchberger
TEST ///
equalMPL = (A,B) -> set transpose A === set transpose B
Expand Down

0 comments on commit 27cf58a

Please sign in to comment.