close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 343


Ignore:
Timestamp:
2015-06-06T12:15:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/utils-tests.lisp

    r342 r343  
    7575(test monom
    7676  "monom"
    77   (is (equalp (ngrobner::make-monom 3) #(0 0 0)))
    78   (is (equalp (ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 2 3))))
     77  (is (equalp (ngrobner::make-monom 3) #(0 0 0)) "Trivial monomial is a vector of 0's")
     78  (is (equalp (ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)) "Monomial with powers 1,2,3"))
    7979 
    8080(run!)
Note: See TracChangeset for help on using the changeset viewer.