-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Thanks for the great tool @chrisbrahms, @jtravs.
I have what is, hopefully, a basic (==stupid user, and new to Julia) question: how does one process the results from a parameter scan when running with multiple modes?
I've run parameter scans as per the docs (http://lupo-lab.com/Luna.jl/dev/scans.html), and processed the resulting files without issue (per http://lupo-lab.com/Luna.jl/dev/scans.html#Processing-scan-output), but when I add modes to the prop_capillary run I can't work out how to do the processing step... the example code breaks (seems to be due to array dimension changes), and I've tried to fix it in a few inelegant, probably silly, ways, but now find myself stuck.
Is there some equivalent of modes=:sum that I can invoke for the processing step, or a getModes or similar line that needs to be added to the example?
Thanks in advance for any help on this.