We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To ease test transparency and future changes of individual parts of the taskmodule,
encode_target
encode
encode_target=True
test_decode
This will require the following fixture:
encoded_inputs_metadata_documents
test_encode_target
encodings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To ease test transparency and future changes of individual parts of the taskmodule,
encode_target
should not be tested by callingencode
withencode_target=True
, but just calling the methodtest_decode
,encode
should not be called to get encodingsThis will require the following fixture:
encoded_inputs_metadata_documents
fortest_encode_target
, andencodings
fortest_decode
The text was updated successfully, but these errors were encountered: