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

MaskLayerTest improvements #308

Closed peteschultz closed 4 years ago

peteschultz commented 4 years ago

This pull request makes improvements to MaskLayerTest. Most significantly, the previous version had nbatch set to 2, but the input layer only set the first batch element, leaving the second as all zeros. With this pull request, both batch elements are loaded from input/input.pvp