Skip to content

Commit

Permalink
Remove a warning message of PedAnovaImportanceEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Mar 5, 2024
1 parent f0f7f09 commit dbec8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optuna_dashboard/_importance.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
try:
from optuna.importance import PedAnovaImportanceEvaluator # type: ignore[attr-defined]
except ImportError:
_logger.warning("optuna>=3.6.0 is required for PedAnovaImportanceEvaluator.")
PedAnovaImportanceEvaluator = None # type: ignore


Expand Down

0 comments on commit dbec8c6

Please sign in to comment.