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 graphviz error when changing symptom probability #328

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

dehall
Copy link
Contributor

@dehall dehall commented Oct 3, 2023

Just a one character change -- removes a mismatched close bracket on the Symptom graphviz renderer which was causing errors

Steps to reproduce issue:

  1. Create new module
  2. Create new state of type Symptom
  3. Change the probability from 1 to something else, such as 0.5
  4. Previously it would crash, now it should render as expected

remove mismatched close bracket on Symptom graphviz renderer
@jawalonoski jawalonoski merged commit f78aaf0 into master Oct 3, 2023
1 check passed
@jawalonoski jawalonoski deleted the symptom-distribution-patch branch October 3, 2023 22:03
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.

2 participants