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 example, in the sum.mdl sample model, the variable c depends on a, but sde causes does not show any dependencies at all.
sum.mdl
c
a
sde causes
> sde causes models/sum/sum _c # no output
The text was updated successfully, but these errors were encountered:
The sde causes command needed the model directory set like other commands. This avoids a fatal error. The command above now prints correct output.
_c _a[_a1] _a[_a2] _a[_a3]
Sorry, something went wrong.
fix: set model directory in the sde causes command (#142)
44d326e
Fixes #140
ToddFincannon
Successfully merging a pull request may close this issue.
For example, in the
sum.mdl
sample model, the variablec
depends ona
, butsde causes
does not show any dependencies at all.The text was updated successfully, but these errors were encountered: