Skip to content

Commit

Permalink
fix render
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Oct 9, 2024
1 parent 82f9465 commit d56958c
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 @@ -1336,7 +1336,7 @@ def _sample_valid_x(
configs2 = []
for i in range(n):
gp_get_i = self.graph_proc.get_graph(
self.graph_proc.get_random_design_vector(), create=False
self.graph_proc.get_random_design_vector(), create=return_render
)
configs0.append(gp_get_i[0])
configs1.append(gp_get_i[1])
Expand Down

0 comments on commit d56958c

Please sign in to comment.