File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1312,7 +1312,6 @@ def plot_parameter_forest(
13121312 title = title ,
13131313 xaxis = dict (
13141314 tickangle = - 30 if len (names ) > 5 else 0 ,
1315- ticklabelstandoff = 4 ,
13161315 ),
13171316 yaxis = dict (
13181317 title = title_y ,
Original file line number Diff line number Diff line change @@ -458,7 +458,6 @@ def test_modes(self):
458458
459459 # absolute: actual values annotated on lower, upper, and optimal traces
460460 fig_abs = plot_parameter_forest (FOREST_PARAMS , _OPT_DICT , mode = "absolute" )
461- fig_abs .show ()
462461 assert fig_abs .data [3 ].mode == "markers+text"
463462 assert fig_abs .data [1 ].text [0 ] == "0.03" # conductivity lower bound
464463 assert fig_abs .data [2 ].text [0 ] == "0.06" # conductivity upper bound
@@ -503,7 +502,6 @@ def test_errors(self):
503502 def test_evaluator_method (self ):
504503 ev = ModelEvaluator (FOREST_PARAMS , X2 ())
505504 fig = ev .plot_parameter_forest (_OPT_DICT , mode = "absolute" )
506- fig .show ()
507505 assert isinstance (fig , go .Figure )
508506 assert fig .data [3 ].text [0 ] == "0.04"
509507 pymoo_ev = PymooModelEvaluator (FOREST_PARAMS , X2 ())
You can’t perform that action at this time.
0 commit comments