Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Nov 15, 2024
1 parent bb6feaa commit 3c62ec1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
118 changes: 60 additions & 58 deletions docs/examples/single_objective_bayes_opt/time_dependent_bo.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion xopt/generators/bayesian/models/time_dependent.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def build_model(
dtype: torch.dtype = torch.double,
device: Union[torch.device, str] = "cpu",
) -> ModelListGP:

# get model input names
new_input_names = deepcopy(input_names)
new_input_names += ["time"]
Expand Down

0 comments on commit 3c62ec1

Please sign in to comment.