Skip to content

Commit

Permalink
Fixed missing logging function export (#700)
Browse files Browse the repository at this point in the history
* Added export of `initialize_mlflow`

* Updated Changelog

* Ran pre-commit
  • Loading branch information
alexk101 authored Oct 28, 2024
1 parent 89fae50 commit 29774fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed timezone calculation in datapipe cosine zenith utility.
- Refactored EDMPrecondSRV2 preconditioner and fixed the bug related to the metadata
- Extended the checkpointing utility to store metadata.
- Corrected missing export of loggin function used by transolver model

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions modulus/launch/logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@

from .console import PythonLogger, RankZeroLoggingWrapper
from .launch import LaunchLogger
from .mlflow import initialize_mlflow
from .wandb import initialize_wandb

0 comments on commit 29774fe

Please sign in to comment.