Skip to content

Commit 6ae9d0b

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/visualization_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def test_hypervolume_over_iterations_two_objectives():
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)