(soiling_normalized_daily, soiling_info)
| 140 | |
| 141 | |
| 142 | def test_soiling_interval_plot(soiling_normalized_daily, soiling_info): |
| 143 | # test defaults |
| 144 | result = soiling_interval_plot(soiling_info, soiling_normalized_daily) |
| 145 | assert_isinstance(result, plt.Figure) |
| 146 | plt.close('all') |
| 147 | |
| 148 | |
| 149 | def test_soiling_interval_plot_kwargs(soiling_normalized_daily, soiling_info): |
nothing calls this directly
no test coverage detected