Soft timeout is implemented as a function that is only defined when timeout is not None. Currently compute only checks the timeout inside get_resources and after each metafeature is computed. To check in more places, just add self._check_timeout(). Closes #138
Soft timeout is implemented as a function that is only defined when timeout is not None. Currently compute only checks the timeout inside get_resources and after each metafeature is computed. To check in more places, just add self._check_timeout(). Closes #138