Skip to content
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

Fixed mypy failure on the CI #3279

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fixed mypy failure on the CI #3279

merged 1 commit into from
Sep 3, 2024

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented Sep 3, 2024

Description:

  • Fixed mypy failure on the CI
Run bash ./tests/run_code_style.sh mypy
+ '[' mypy = lint ']'
+ '[' mypy = fmt ']'
+ '[' mypy = mypy ']'
+ mypy --config-file mypy.ini
ignite/handlers/wandb_logger.py:144: error: Module has no attribute "finish" 
[attr-defined]
            self._wandb.finish()
            ^~~~~~~~~~~~~~~~~~
Found 1 error in 1 file (checked 145 source files)

@github-actions github-actions bot added the module: handlers Core Handlers module label Sep 3, 2024
@vfdev-5 vfdev-5 changed the base branch from master to vfdev-5-patch-1 September 3, 2024 16:15
@vfdev-5 vfdev-5 merged commit b2f18b0 into vfdev-5-patch-1 Sep 3, 2024
9 of 23 checks passed
@vfdev-5 vfdev-5 deleted the fix-ci-mypy-wandb branch September 3, 2024 16:20
vfdev-5 added a commit that referenced this pull request Sep 3, 2024
* Pinned mlflow version

* Fixed mypy failure on the CI (#3279)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: handlers Core Handlers module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant