ghollisjr / cl-ana

Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
GNU General Public License v3.0
197 stars 18 forks source link

Update quantity method macro and clean quantity methods to reflect this #14

Closed djeis97 closed 8 years ago

djeis97 commented 8 years ago

This patch uses define-quantity-method to generate the new required calls to quantity on the arguments in the default case, as well as removing those calls from the quantity methods (as well as a few extraneous calls to quantity-if-necessary, which was already being added by the quantity method macro).

ghollisjr commented 8 years ago

Resolved as per issue report.