skorch icon indicating copy to clipboard operation
skorch copied to clipboard

Fix typo in error messages in test_net.py

Open vtjl10 opened this issue 6 months ago • 1 comments

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.

vtjl10 avatar Jun 14 '25 12:06 vtjl10

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.

githubnemo avatar Jun 16 '25 09:06 githubnemo