Skip to content

Commit 773134b

Browse files
committed
Remove print statement
Signed-off-by: anna.eivazi <anna.eivazi@de.bosch.com>
1 parent 49dd652 commit 773134b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/visualization_test.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,11 @@ def test_hypervolume_over_iterations_two_objectives():
168168

169169
evaluations_per_optimizer = {"test_optimizer": [evaluations]}
170170

171-
fig = hypervolume_over_iterations(
171+
hypervolume_over_iterations(
172172
evaluations_per_optimizer,
173173
objectives=(Objective("loss_1", False), Objective("loss_2", False)),
174174
reference_point=[10, 0],
175175
)
176-
print(fig)
177176

178177

179178
def test_multi_objective_visualization_more_than_two_objectives():

0 commit comments

Comments
 (0)