Skip to content

Commit

Permalink
Expose DesignVariable, remove forgotten HAS_DESIGN_SPACE_EXT (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
relf authored Oct 18, 2024
1 parent 2758bc3 commit ce7cbbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smt/design_space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
IntegerVariable,
OrdinalVariable,
DesignSpace,
DesignVariable,
ensure_design_space,
)

Expand All @@ -15,6 +16,6 @@
"OrdinalVariable",
"CategoricalVariable",
"DesignSpace",
"DesignVariable",
"ensure_design_space",
"HAS_DESIGN_SPACE_EXT",
]

0 comments on commit ce7cbbb

Please sign in to comment.