Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(timeout): add timeout option for lazy estimators #403

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

BenTenmann
Copy link

In some cases, some models will take much longer than others to fit. This can cause freezes, which is annoying. Here, I add an optional parameter for timeout, such that we can skip certain models if they run for too long.

@jlplenio
Copy link

@shankarpandala
Copy link
Owner

@BenTenmann Can you add documentation also for the same.
Also, is this working on windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants