ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.58k stars 315 forks source link

Add error checking for newest numpy #2

Closed ranahanocka closed 5 years ago

ranahanocka commented 5 years ago

following this issue: https://github.com/ranahanocka/MeshCNN/issues/1

add check for numpy version and throw exception with useful message if version is too new

ranahanocka commented 5 years ago

fixed in this commit