Bug ? Summary of properties of associations between classes are not returned by py-capellambse #191
-
Is it a bug? I have put some text in the summary field of an association in a class diagram but I cannot find it in the .summary attribute of a property belonging to a class while I see that the name of the association is correctly returned. Can somebody check? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Yes, this will be solved in one go with PR #194. I advise you to have a precise look at the notebook that is referred there. You can see the effects of the changes there that will come live when it is reviewed and merged into master. |
Beta Was this translation helpful? Give feedback.
-
I have updated to 0.5.4.dev8 but I still don't get the value of the summary attribute for Property which represents Associations while I get them from summary attributes representing Class attributes in a class diagram. pip install capellambse==0.5.4.dev8 |
Beta Was this translation helpful? Give feedback.
-
Thank you. I have tried to install the changes but got these errors: |
Beta Was this translation helpful? Give feedback.
Yes, this will be solved in one go with PR #194. I advise you to have a precise look at the notebook that is referred there. You can see the effects of the changes there that will come live when it is reviewed and merged into master.