MCPcopy Create free account
hub / github.com/NatLabRockies/rdtools / test_soiling_monte_carlo_plot

Function test_soiling_monte_carlo_plot

rdtools/test/plotting_test.py:117–121  ·  view source on GitHub ↗
(soiling_normalized_daily, soiling_info)

Source from the content-addressed store, hash-verified

115
116
117def 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
124def test_soiling_monte_carlo_plot_kwargs(soiling_normalized_daily,

Callers

nothing calls this directly

Calls 2

soiling_monte_carlo_plotFunction · 0.90
assert_isinstanceFunction · 0.90

Tested by

no test coverage detected