glederrey / camogen

Generator of random camouflage
MIT License
48 stars 16 forks source link

Reducing boundaries for parameters and improving error handling #5

Closed Schinzilord closed 2 years ago

Schinzilord commented 2 years ago

As discussed in issue 4, certain boundaries for some parameters have been removed and error handling has been improved to catch parameter, which would lead to subsequent errors.

glederrey commented 2 years ago

If you want to be picky, we should ask for the variable spots_radius_min to be non-negative. But I don't think anyone would even try that. And it would just throw an "expected" error. =)

Thanks a lot for your PR