Files
catalyst/zipline
Eddie Hebert fc65ac33ca MAINT: Prepare parameter check for adding an additional check.
Should be no functional change.

By making the raise on `if not isinstance` instead of doing a continue on `if
isinstance` (with a raise at the end of the loop if no 'good' conditions were
met'), the function should be more amenable to adding an additional validity
check, after the type check passes.

This is on the path to adding an additional validity checks parameter to
`check_parameters`, e.g. adding an 'is positive' check.
2017-03-30 10:47:29 -04:00
..
2017-02-23 11:32:04 -05:00
2016-09-20 17:12:07 -04:00
2017-03-26 15:54:14 -07:00
2015-11-11 18:47:51 -05:00
2017-03-10 17:19:57 -05:00
2017-03-07 17:14:27 -05:00