summaryrefslogtreecommitdiff
path: root/examples/multivariate.py
diff options
context:
space:
mode:
authorImmanuelSamuel <hey.immy@gmail.com>2015-08-10 17:11:32 -0400
committerImmanuelSamuel <hey.immy@gmail.com>2015-08-10 17:11:32 -0400
commit748b4c5fcc2f41d8d414e3714b66dd6c237c8ff7 (patch)
tree364df9f2abbe2c60a7efc1452a4bfc8b6508f60c /examples/multivariate.py
parentd985f3a8de6ae840c8a127653b3d9affb1a8aa40 (diff)
Indices for matrix slicing needs to be integers
Dividing the indices by 2 gives a float which cannot be used for slicing the matrix. Changed the type of the indices to integer to ensure that matrix slicing does not return error.
Diffstat (limited to 'examples/multivariate.py')
0 files changed, 0 insertions, 0 deletions