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

fix transition input/output not showing up, add fixme note #5947

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

mwdchang
Copy link
Member

@mwdchang mwdchang commented Jan 2, 2025

Closes: #5882

Summary

The predicate input && output is incorrect because the sides can be imbalanced. A transition does not necessarily need to have an input (a production) or an output (a degradation). Added a fixme note to address the disjunctive typings.

Before, note the "units" are showing for some transitions, which doesn't make sense as units are on the states.

image

After:

image

Testing

View the transition table for the model here, that has a a mix up production and degradation transitions:
non_mass_conserved.json

@mwdchang mwdchang merged commit 81e3903 into main Jan 2, 2025
4 checks passed
@mwdchang mwdchang deleted the 5882-transitions-table-input-output-fix branch January 2, 2025 20:36
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

Successfully merging this pull request may close these issues.

[BUG]: Not all templates in the Transitions table in the "Model" page have their list of inputs and outputs
3 participants