Skip to content

Commit

Permalink
Remove deprecated and unneeded import of rank.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki authored Apr 10, 2020
1 parent 45fc85a commit 1234330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/Matplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from pylab import errorbar

# Import numpy functions
from numpy import arange, ravel, rank, swapaxes, concatenate, asarray, ndim
from numpy import arange, ravel, swapaxes, concatenate, asarray, ndim
from numpy import mean, std, sort, prod, floor, shape, size, transpose
from numpy import min as nmin, max as nmax, abs, log2, log, sqrt, isnan
from numpy import append, ones, dtype, indices, array, unique, zeros, ndarray
Expand Down

0 comments on commit 1234330

Please sign in to comment.