Skip to content
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

The causes command gives no output #140

Closed
ToddFincannon opened this issue Oct 14, 2021 · 1 comment · Fixed by #142 or #190
Closed

The causes command gives no output #140

ToddFincannon opened this issue Oct 14, 2021 · 1 comment · Fixed by #142 or #190
Assignees
Labels
Milestone

Comments

@ToddFincannon
Copy link
Collaborator

For example, in the sum.mdl sample model, the variable c depends on a, but sde causes does not show any dependencies at all.

> sde causes models/sum/sum _c
# no output
@ToddFincannon ToddFincannon added this to the 0.6.0 milestone Oct 14, 2021
@ToddFincannon ToddFincannon self-assigned this Oct 14, 2021
@ToddFincannon
Copy link
Collaborator Author

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment