from numpy import arange, ravel, rank, swapaxes, concatenate, asarray, ndim
. . . and I don't think "rank" exists in the version of numpy (1.18) that I'm running. Luckily, it doesn't look like rank is actually used anywhere else in that file, so I (a) made a copy of Matplot.py named Matplot_orig.py, in case I come to regret this later, and then (b) deleted "rank" from that one line in Matplot.py, in pymc. Happily, "model.plot_posteriors()" now works fine.
Dan
--
You received this message because you are subscribed to the Google Groups "hddm-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hddm-users/a0221720-5dc0-401d-9e09-5b7c5916a430%40googlegroups.com.