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

Clarifies error in handleUnnecessaryParameter #221

Closed peteschultz closed 7 years ago

peteschultz commented 7 years ago

This pull request improves the error message produced by the PVParams::handleUnnecessaryParameter method. This error message is produced if a derived class sets a parameter defined in a base class to a specific value, but the params file sets the parameter to a different value.