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
Feature/algo eval #1074
Feature/algo eval #1074
Changes from 1 commit
95cbfe6
32cd3b4
734119e
5762d2c
6c1bd85
f730782
d9a612a
a7898b1
5259d5f
516c956
d9a2017
2e3f0b5
85204b1
5a3f229
dffe8cd
e95fa26
18d8ffa
6d9b697
9055eb5
ce5fa0d
9c645ff
ec2c5c1
929dd10
f2e10b0
85e910e
ed12b16
7d479af
60e75e3
c6ee225
152b6d5
85909d3
0957d2d
d7d3a54
6925fec
65e7cfa
2e410ee
a5988ac
c751b6a
1eb7bae
135c376
769b97f
617efe4
1a9b5d0
49f5b12
6146ad2
7ebcf93
0c8b4df
3b1ec50
c27b577
32c8eb1
19f3fdf
0592b6a
6183f70
10d1d34
96e42dc
34d1fec
9fafe7a
b42ad64
31f40c9
edda9af
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.
Since only the last key is assigned a value, I guess this is a fairly specialised add_to_dict.
You might wish to reflect this in the naming.
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.
The logic is a bit complicated here, I renamed the function name and added more comments to explain it. Defaultdict wouldn't help here, unless there's something like an infinitely nested default dict ^^