Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
increased the maximum number of matches from an rdkit smarts query #3470
increased the maximum number of matches from an rdkit smarts query #3470
Changes from 45 commits
7a57af1
7a2a155
89a38d3
a9194a3
dcb23b5
889b28d
96b63e3
d5fde7d
8a81f54
a4c7e41
b6dfd9a
0cc38ad
d03d329
d0198e1
3ac808c
ad874f0
b2a9446
da317ed
bef38a9
547d8f6
937e580
4e126d1
086e050
14d163a
d89b131
1d7d898
207e858
a210d43
8a67c76
dc5a704
e984be0
cbcba0f
8c252d2
04b415b
6317edb
8fff72a
fc129f6
e57695a
9eabb4c
ace0c57
ae5c5e6
1e6eba0
e0e28a3
e07f40b
92828c8
9574661
e38e219
e7d6a68
30c3f35
c739404
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we had agreed on
max(1000, n_atoms*10)
so as not to change the default in cases where you have few atoms?