{"language": "Python", "id": 121, "repo_owner": "autogluon", "repo_name": "autogluon", "head_branch": "modify-sem-seg", "workflow_name": "Codespell", "workflow_filename": "codespell.yml", "workflow_path": ".github/workflows/codespell.yml", "contributor": "Harry-zzh", "sha_fail": "124065b09d5b45bfbd2a38262aa8e9fc11ded7a6", "sha_success": "0ed9a432f338d4a05f3b729c99c17f2546c96573", "workflow": "---\nname: Codespell\n\non:\n push:\n branches: [master]\n pull_request:\n branches: [master]\n\npermissions:\n contents: read\n\njobs:\n codespell:\n name: Check for spelling errors\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout\n uses: actions/checkout@v3\n - name: Codespell\n uses: codespell-project/actions-codespell@v2\n", "logs": [{"step_name": "Check for spelling errors/4_Codespell.txt", "log": "##[group]Run codespell-project/actions-codespell@v2\nwith:\n skip: ./.git\n##[endgroup]\n##[command]/usr/bin/docker run --name da69a10d75df8948c097276461d46605f8_7bca0f --label 8689da --workdir /github/workspace --rm -e \"INPUT_CHECK_FILENAMES\" -e \"INPUT_CHECK_HIDDEN\" -e \"INPUT_EXCLUDE_FILE\" -e \"INPUT_SKIP\" -e \"INPUT_BUILTIN\" -e \"INPUT_IGNORE_WORDS_FILE\" -e \"INPUT_IGNORE_WORDS_LIST\" -e \"INPUT_URI_IGNORE_WORDS_LIST\" -e \"INPUT_PATH\" -e \"INPUT_ONLY_WARN\" -e \"HOME\" -e \"GITHUB_JOB\" -e \"GITHUB_REF\" -e \"GITHUB_SHA\" -e \"GITHUB_REPOSITORY\" -e \"GITHUB_REPOSITORY_OWNER\" -e \"GITHUB_REPOSITORY_OWNER_ID\" -e \"GITHUB_RUN_ID\" -e \"GITHUB_RUN_NUMBER\" -e \"GITHUB_RETENTION_DAYS\" -e \"GITHUB_RUN_ATTEMPT\" -e \"GITHUB_REPOSITORY_ID\" -e \"GITHUB_ACTOR_ID\" -e \"GITHUB_ACTOR\" -e \"GITHUB_TRIGGERING_ACTOR\" -e \"GITHUB_WORKFLOW\" -e \"GITHUB_HEAD_REF\" -e \"GITHUB_BASE_REF\" -e \"GITHUB_EVENT_NAME\" -e \"GITHUB_SERVER_URL\" -e \"GITHUB_API_URL\" -e \"GITHUB_GRAPHQL_URL\" -e \"GITHUB_REF_NAME\" -e \"GITHUB_REF_PROTECTED\" -e \"GITHUB_REF_TYPE\" -e \"GITHUB_WORKFLOW_REF\" -e \"GITHUB_WORKFLOW_SHA\" -e \"GITHUB_WORKSPACE\" -e \"GITHUB_ACTION\" -e \"GITHUB_EVENT_PATH\" -e \"GITHUB_ACTION_REPOSITORY\" -e \"GITHUB_ACTION_REF\" -e \"GITHUB_PATH\" -e \"GITHUB_ENV\" -e \"GITHUB_STEP_SUMMARY\" -e \"GITHUB_STATE\" -e \"GITHUB_OUTPUT\" -e \"RUNNER_OS\" -e \"RUNNER_ARCH\" -e \"RUNNER_NAME\" -e \"RUNNER_ENVIRONMENT\" -e \"RUNNER_TOOL_CACHE\" -e \"RUNNER_TEMP\" -e \"RUNNER_WORKSPACE\" -e \"ACTIONS_RUNTIME_URL\" -e \"ACTIONS_RUNTIME_TOKEN\" -e \"ACTIONS_CACHE_URL\" -e \"ACTIONS_RESULTS_URL\" -e GITHUB_ACTIONS=true -e CI=true -v \"/var/run/docker.sock\":\"/var/run/docker.sock\" -v \"/home/runner/work/_temp/_github_home\":\"/github/home\" -v \"/home/runner/work/_temp/_github_workflow\":\"/github/workflow\" -v \"/home/runner/work/_temp/_runner_file_commands\":\"/github/file_commands\" -v \"/home/runner/work/autogluon/autogluon\":\"/github/workspace\" 8689da:69a10d75df8948c097276461d46605f8\nRunning codespell on '' with the following options...\nCheck filenames? ''\nCheck hidden? ''\nExclude file ''\nSkipping './.git'\nBuiltin dictionaries ''\nIgnore words file ''\nIgnore words list ''\nIgnore URI words list ''\nResulting CLI options --skip ./.git\n1\n##[error]./multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py:752: evalution ==> evaluation, evolution\nCodespell found one or more problems\n"}], "diff": "diff --git a/multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py b/multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py\nindex 27032888..e6c62802 100644\n--- a/multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py\n+++ b/multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py\n@@ -749,7 +749,7 @@ class MAE(COD):\n COD_METRICS_NAMES = {\"sm\": SM(), \"fm\": FM(), \"em\": EM(), \"mae\": MAE()}\n \n \n-# TODO: Modify multi-gpu evalution error. Maybe there will be a more elegant way.\n+# TODO: Modify multi-gpu evaluation error. Maybe there will be a more elegant way.\n class Multiclass_IoU_Pred:\n \"\"\"\n Compute the IoU for multi-class semantic segmentation based on https://github.com/xieenze/Trans2Seg/blob/master/segmentron/utils/score.py.\n", "difficulty": 0, "changed_files": ["multimodal/src/autogluon/multimodal/optimization/semantic_seg_metrics.py"], "commit_link": "https://github.com/autogluon/autogluon/tree/124065b09d5b45bfbd2a38262aa8e9fc11ded7a6"}