-
Notifications
You must be signed in to change notification settings - Fork 10
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
OpenCL model doesn't save (a default) output when in GUI mode #264
Comments
Branch Sparrow0hawk-issue-264 created! |
Branch nickmalleson-issue-264 created! |
Sorry @ciupava I'm slightly confused, what did you mean by 'though if one only runs the model in gui doesn't get any default output' could you rephrase slightly? I'm not sure what the specific question is |
Hi @nickmalleson! |
Ah OK thanks @ciupava . I'm not sure why that would be. I don't see any harm in removing that conditional and seeing what happens. If it breaks then we can ask Rory about it. |
My guess is that the reason for this is that you keep the option of saving the output from the dashboard directly (there is in fact an option there), so maybe the output would differ from the default one if you change some parameters when in the dashboard. |
Probably this is a wanted behaviour from the model, but I wanted to double check this with you, plus maybe ask the reason for it and if we shall modify it.
What I refer to is the lines of code
RAMP-UA/microsim/opencl/ramp/run.py
Lines 28 to 32 in 445649f
within
microsim/opencl/ramp/run.py
.It makes sense to me that if you run the model with the gui (ie it launches the dashboard) you can then save your image/results depending on how you change the parameters in the dashboard (that is the general idea right?), though if one only runs the model in gui doesn't get any default output, which is instead the case with the
no-gui
option.I think this feature might be more customisable, or at least make clearer to the user that this is what happens.
The text was updated successfully, but these errors were encountered: