-
Notifications
You must be signed in to change notification settings - Fork 1
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
Raise error for misc table in join_labels() + join_schemes() #275
Conversation
I started by adding a failing test. |
@hagenw ready for review |
20a2c47
to
1f4f538
Compare
Codecov Report
|
5b86e2e
to
168c163
Compare
Could you update the description, e.g.
seems to be wrong to me. |
Co-authored-by: Hagen Wierstorf <hwierstorf@audeering.com>
Co-authored-by: Hagen Wierstorf <hwierstorf@audeering.com>
You are right, I updated the description accordingly. |
Could you also update the screenshot of the docs in the description as it still shows an old text for the |
I updated the screenshot and will now merge. |
Closes #277
Raise custom error message for misc table schemes in
utils.join_schemes()
.A custom error message is raised when a user calls
utils.join_labels()
with the ID of a misc table.Also fixes the issue described in #277