fixing bug (#300)

Co-authored-by: Monthly Tag bot <mtbot@noreply.github.com>
This commit is contained in:
Dario Coscia
2024-05-20 17:45:44 +02:00
committed by GitHub
parent 4a6510bffd
commit a72ce67873
5 changed files with 39 additions and 25 deletions

View File

@@ -237,6 +237,9 @@ class AbstractProblem(metaclass=ABCMeta):
self.input_variables
):
self._have_sampled_points[location] = True
self.input_pts[location] = self.input_pts[location].extract(
sorted(self.input_variables)
)
def add_points(self, new_points):
"""