PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

Bugfix for InputRegionLayer #304

Closed peteschultz closed 4 years ago

peteschultz commented 4 years ago

This pull request fixes a bug in InputRegionLayer that caused a segmentation fault if the layer had a nonzero halo.

It also fixes an issue where ensureDirExists() would generate a superfluous "does not exist; attempting to create" message.