scopatz/hdf5-is-for-lovers

np.random.choice is only available in numpy 1.7+

moorepants opened this issue · 0 comments

In the boatload example, you need numpy 1.7+ for the random choice function.

There is a choice in the random library, but it doesn't seem to have the same options.