(soiling_normalized_daily, soiling_info)
| 115 | |
| 116 | |
| 117 | def test_soiling_monte_carlo_plot(soiling_normalized_daily, soiling_info): |
| 118 | # test defaults |
| 119 | result = soiling_monte_carlo_plot(soiling_info, soiling_normalized_daily) |
| 120 | assert_isinstance(result, plt.Figure) |
| 121 | plt.close('all') |
| 122 | |
| 123 | |
| 124 | def test_soiling_monte_carlo_plot_kwargs(soiling_normalized_daily, |
nothing calls this directly
no test coverage detected