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
[Backend Configuration IIa] Add dataset identification tools #569
[Backend Configuration IIa] Add dataset identification tools #569
Changes from 9 commits
c4bca8a
38a1fa3
a981068
966592c
2df8c06
2e7af84
85bc927
8307156
87bee35
87d1116
13c9b37
b63161a
d55e2a2
4b848b0
446d81d
3c7cde8
b845ac6
5c7fb6b
91aab8c
65eee6b
a0a4d07
673e2f9
271660c
8630316
f7e1be6
46b8cdb
6f0806a
b07a541
2bb867a
89915ab
bfe1049
268e7e9
f1683fa
185a69d
6fad003
15d8aed
4f668ec
5ce5914
8350d2e
3032755
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.
Question:
When do we get tot this return here? That is,when does the for loop does not find anything?
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.
Oh, this was resolved? Does it make sense now? Or do I still need to try to remember why it's there?
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.
Remembering would great. But I would like to test this myself at some point anyway and write some test in isolatio for this method.
But I think this is out of the scope of the PR as the goal is not to make me understand every piece of code or corner case but the new fuctionality : )