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

Add short run time strategy list. #792

Merged
merged 2 commits into from
Dec 22, 2016
Merged

Add short run time strategy list. #792

merged 2 commits into from
Dec 22, 2016

Conversation

drvinceknight
Copy link
Member

Closes #771

Have included a very basic test and have also done some minor tidying
up.

@@ -46,6 +46,8 @@

long_run_time_strategies = [s for s in all_strategies if
s().classifier['long_run_time']]
short_run_time_strategies = [s for s in strategies
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define this as:

short_run_time_strategies = [s for s in all_strategies if
                             not s().classifier['long_run_time']]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah good shout.

Closes #771

Have included a very basic test and have also done some minor tidying
up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants