CsatiZoltan / GrainSegmentation

Identification of individual grains in microscopic images
GNU General Public License v3.0
6 stars 3 forks source link

Avoid assert in source files #8

Closed CsatiZoltan closed 4 years ago

CsatiZoltan commented 4 years ago

As grain_segmentation.py is not a test file, rather use exceptions for error handling than the assert keyword, which can be disabled at compile time.