Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Oct 9, 2024
1 parent d56958c commit b2d3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smt_design_space/design_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ def _sample_valid_x(
self,
n: int,
random_state=None,
return_render=False,
return_render=True,
) -> Tuple[np.ndarray, np.ndarray]:
"""Sample design vectors"""
# Get design vectors and get the is_active matrix
Expand Down

0 comments on commit b2d3de4

Please sign in to comment.