[Feature] History and UML Update - #145
Closed
MJC598 wants to merge 15 commits into
Closed
Conversation
* uml and some basic constructors Updating public diagram updating UML reverting index and uml * Updating timestep interface to match UML and missing parts of UML * updating model and timestep to reflect new flow * including UML in doxyfile * Addressing PR comments
* uml and some basic constructors Updating public diagram updating UML reverting index and uml * thinking through Model updates * Making repo wide changes to match transition and model syntax so project compiles. Tests commented out, no expectation simulation works yet * Updating model and unit tests
* uml and some basic constructors Updating public diagram updating UML reverting index and uml * thinking through Model updates * Making repo wide changes to match transition and model syntax so project compiles. Tests commented out, no expectation simulation works yet * Removing GetLogName() function from transitions and replacing with protected member. Additional background death tests * cleaning up imports and adding behavior tests * Adding protected functions to transition base to help with testing dimensions * overdose tests * simulation test update * intervention clone function testing * Adding integration tests * RemoveTransition function added * Addressing PR Comments #143 * Fixing logging test dependency * Ahhhhh * Addressing PR comments * fixing respond tests to have the correct final state
…ect compiles. Tests commented out, no expectation simulation works yet
…otected member. Additional background death tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR addresses limitations to the History object and document discrepancies. Specifically:
What Wrike task is this associated with?
https://www.wrike.com/open.htm?id=4508183000
https://www.wrike.com/open.htm?id=4508182915
https://www.wrike.com/open.htm?id=4506516494
Checklist before merging