Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Sep 30, 2024
1 parent 677f491 commit bbab9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smt_design_space/test_design_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import unittest

import numpy as np
from SMTDesignSpace import design_space as ds
from smt_design_space import design_space as ds

from smt.sampling_methods import LHS
from smt_design_space.design_space import (
Expand Down Expand Up @@ -690,7 +690,7 @@ def test_restrictive_value_constraint_categorical(self):
)
def test_adsg_to_legacy(self):
from adsg_core import BasicADSG, NamedNode, DesignVariableNode
from smt_design_space.design_space import ensure_design_space
from smt_design_space .design_space import ensure_design_space
from adsg_core import GraphProcessor

# Create the ADSG
Expand Down

0 comments on commit bbab9f4

Please sign in to comment.