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

Loading Stella models - some issues #90

Open
erikvullings opened this issue May 31, 2024 · 0 comments
Open

Loading Stella models - some issues #90

erikvullings opened this issue May 31, 2024 · 0 comments

Comments

@erikvullings
Copy link
Contributor

Hi Bobby!

I've been working with processing some Stella stmx files from one of my colleagues, and ran into the following issues:

  • The model contained an empty group, which caused an XML deserialization error ('missing field $value'). Annoyingly, it does not display the line number, so it was hard to find.
  • The model contained variables like Self-management. In equations, this becomes "Self-management" (so it will not mistake the - for a subtraction), which caused errors as these variables could not be found. I renamed them all manually.
  • External data using a connector cannot be processed, and cause errors of unknown dependency.
  • The model contains a SMTH3 function. Is this actually implemented in the code, or do you use a delay for that?
  • Units such as days/week are acceptable, but not units such as days per week. Not sure if Stella does support them, though.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant