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

Make sde compare output in the order that variables are evaluated #307

Open
chrispcampbell opened this issue Dec 16, 2022 · 0 comments
Open

Comments

@chrispcampbell
Copy link
Contributor

Currently if you don't provide a spec.json file and then run sde compare, it will use the order that the variables are defined in the Vensim dat file. For diagnosing differences between Vensim and SDE, it's usually most helpful to see differences in the order that they are evaluated by SDE:

  • const vars
  • lookup vars
  • data vars
  • init vars
  • aux vars
  • level vars

That way, if there is a small difference in one of the earlier steps that causes cascading effects, it will be clear from the output of sde compare.

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

No branches or pull requests

1 participant