Skip to content

Commit

Permalink
refactor: rename scheduler to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuiniko committed Nov 6, 2024
1 parent 22fd051 commit 961878a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/acceptance/test_softmaxAC_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ml_experiment.definition_part import DefinitionPart
from ml_experiment.experiment_definition import ExperimentDefinition
from ml_experiment.Scheduler import LocalRunConfig, Scheduler
from ml_experiment.scheduler import LocalRunConfig, Scheduler


@pytest.fixture
Expand Down

0 comments on commit 961878a

Please sign in to comment.