skorch
skorch copied to clipboard
Fix typo in error messages in test_net.py
Description:
This pull request corrects a minor typo in the error messages within the skorch/tests/test_net.py file. The word "component" was previously misspelled as "compoment" in two places. This update ensures the error messages are clear and professional. No functional changes were made to the code.
Thanks for the PR but I don't think this will pass the tests. Please make sure to run the tests locally and arrange the changes accordingly :)
See this section in the README for details on how to run the tests.