Add check that ww class can be converted to str successfully

This commit is contained in:
Patrick Shriwise 2022-03-11 10:39:38 -06:00
parent 7b627cc55f
commit 1e61ccb27f

View file

@ -126,6 +126,7 @@ def test_weightwindows(model):
model.settings.weight_windows = [ww_n, ww_p]
_ = [str(ww) for ww in model.settings.weight_windows]
# run again with variance reduction on
model.settings.weight_windows_on = True