-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EnsembleSummary
plot recipe doesn't respect idxs
kwarg
#697
Comments
I may be misunderstanding |
Yep, you're right, just tested it. Must've been a typo, I'll make a PR |
Yes. Both used the
Agreed, it's a missing part of the interface here.
Yeah that's unintentional, it should get fixed.
That's unintentional. I don't use Makie so I'm not 100% how to handle that.
That would be nice. I'm not sure how to do that with recipes though. |
Fix `EnsembleSummary` plot recipe kwarg #697
Can this PR be closed now that #700 is merged? |
We should get issues on the other points though, those are reasonable asks. |
Doesn't |
The trajectories aren't maintained in the struct EnsembleSummary{T, N, Tt, S, S2, S3, S4, S5} <: AbstractEnsembleSolution{T, N, S}
t::Tt
u::S
v::S2
med::S3
qlow::S4
qhigh::S5
num_monte::Int
elapsedTime::Float64
converged::Bool
end Though allowing subsetting of the trajectories reduced over is definitely low priority compared to the other issues I think. |
Problem
the resulting plot includes all state variables rather than just the first.
No issue with
EnsembleSimulation
, justEnsembleSummary
.Diagnostic info
Output of
using Pkg; Pkg.status()
Output of
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Output of
versioninfo()
The text was updated successfully, but these errors were encountered: