Skip to content

Commit

Permalink
Remove an unnecessary decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 authored Aug 20, 2024
1 parent 77baace commit c55b3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optuna_integration/comet/comet.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def _init_optuna_trial_experiment(
setattr(comet_ml, "active_experiment", experiment)
return experiment

@experimental_func("4.0.0")
def track_in_comet(self) -> Callable:
def decorator(func: ObjectiveFuncType) -> ObjectiveFuncType:
@functools.wraps(func)
Expand Down

0 comments on commit c55b3a8

Please sign in to comment.