We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a33f0 commit 9f6619aCopy full SHA for 9f6619a
1 file changed
mlos_viz/mlos_viz/tests/test_dabl_plot.py
@@ -22,4 +22,3 @@ def test_dabl_plot(mock_boxplot: Mock, exp_data: ExperimentData) -> None:
22
dabl.ignore_plotter_warnings()
23
dabl.plot(exp_data)
24
assert mock_boxplot.call_count >= 1
25
- assert False, "Force failure for testing."
0 commit comments