Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
linznedd committed Oct 6, 2023
1 parent a0551b7 commit 5bbe12e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bofire/data_models/surrogates/polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ class PolynomialSurrogate(BotorchSurrogate, TrainableSurrogate):

def __init__(
self,
type: str,
inputs: Inputs,
outputs: Outputs,
power: int,
):
super().__init__(
type=type,
inputs=inputs,
outputs=outputs,
)
Expand Down

0 comments on commit 5bbe12e

Please sign in to comment.