We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For historical reasons we have a lot of operations which do
SFH_ASSERT(!IsEmpty(graph), "Graph for extracting sweeps not specified.")
but actually can centralize that in SFH_GetOutputForExecutor which is everyone calling.
Needs to wait for #2109.
The text was updated successfully, but these errors were encountered:
MIES_SweepFormula.ipf: Remove emptieness check for graph parameters
ea46ec0
We never do that for parameters, and usually just let it fail. This is also here the best choice. Close #2271
bdcde24
t-b
Successfully merging a pull request may close this issue.
For historical reasons we have a lot of operations which do
but actually can centralize that in SFH_GetOutputForExecutor which is everyone calling.
Needs to wait for #2109.
The text was updated successfully, but these errors were encountered: