Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Osburg committed Sep 2, 2024
1 parent c2dabac commit 4987d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bofire/strategies/doe/objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
import pandas as pd
import torch
from cyipopt import minimize_ipopt
from cyipopt import minimize_ipopt # type: ignore
from formulaic import Formula
from scipy.optimize._minimize import standardize_constraints
from torch import Tensor
Expand Down

0 comments on commit 4987d57

Please sign in to comment.