odow / SDDP.jl

Stochastic Dual Dynamic Programming in Julia

Home Page:https://sddp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PublicationPlots do not check for non-finite data

odow opened this issue · comments

From an un-named person on WhatsApp:

image

Thanks for the suggestion.

Signed: Unknown person

We'd need to check the finiteness in

stage_data = stage_function.([data[stage] for data in dataset])
output_array[:, stage] .= Statistics.quantile(stage_data, quantiles)

But I think we should still accept NaN. So just +-Inf.