Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created July 1, 2013 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvisher/5901834 to your computer and use it in GitHub Desktop.
Save timvisher/5901834 to your computer and use it in GitHub Desktop.
(ns incanter-bug-demo
(use [incanter core stats charts datasets]))
;;; Incanter dep: [incanter "1.5.1"]
(comment
(view (to-matrix (get-dataset :iris)))
;; => IllegalArgumentException No method in multimethod 'view' for dispatch value: class clatrix.core.Matrix clojure.lang.MultiFn.getFn (MultiFn.java:160)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment