optuna / optuna-integration

Extended functionalities for Optuna in combination with third-party libraries.
https://optuna-integration.readthedocs.io/en/latest/index.html
MIT License
39 stars 30 forks source link

Ignore `ExperimentalWarning` for `track_in_wandb` #122

Closed nzw0301 closed 6 months ago

nzw0301 commented 6 months ago

Motivation

Remove all intended warnings when running pytest tests/wandb/test_wandb.py.

Description of the changes

Add one more indent block for track_in_wandb decorator.