brendanhasz / probflow

A Python package for building Bayesian models with TensorFlow or PyTorch
http://probflow.readthedocs.io
MIT License
170 stars 17 forks source link

Update subplot indexes to ints #59

Closed brendanhasz closed 3 years ago

brendanhasz commented 3 years ago

Getting

MatplotlibDeprecationWarning: Passing non-integers as three-element position specification is deprecated since 3.3 and will be removed two minor releases later.

b/c trying to pass non-integers as rows to plt.subplot. This PR just casts em all to int where needed.