Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura authored and gen740 committed Oct 6, 2023
1 parent 565210f commit 4ce7821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def __call__(self, trial: Trial) -> float:

def main():
study = create_study(
study_name="test_study",
study_name="test_study",
storage="sqlite:///example.db",
load_if_exists=True,
)
Expand Down

0 comments on commit 4ce7821

Please sign in to comment.