-
Notifications
You must be signed in to change notification settings - Fork 0
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
18 add another version of a simpleexample #21
18 add another version of a simpleexample #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Analysis results for MySys were reviewed by @cpagetti
rITFFile <- resultFiles.find(_.getName == s"${x.fullName}_itf_$i.txt") | ||
rFreeFile <- resultFiles.find(_.getName == s"${x.fullName}_free_$i.txt") | ||
} yield { | ||
List(fileITF, fileFree) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this test done if the model x
has less initiators than the reference? If it has more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the reference and the test must have the same number of initiator.
I can consider adding an assert to send a fail if the sizes mismatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added assert ensuring that all references are available
Description
Please indicate whether this pull request [adds/removes/fixes/replaces] the [feature/bug/etc].
What type of pull request is this? (check all applicable)
Related Tickets & Documents
Solving issue 18 add another version of a simpleexample
Add service graph export
Add semantics export
Added tests?
Added to documentation?
Not totally true, but documentation of minor feature addition could be considered in further evolution
Do we need to update pml analyzer version?
Is this new version should be released as soon as possible?