Closed maurerle closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.57%. Comparing base (
5a557d9
) to head (c9f4512
). Report is 5 commits behind head on development.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I had the issue, that I ordered the AgentAddress tuples just fine in mango 1.x to create reproducibility.
This was missing in the AgentAddress, but is added through
order=True
in the dataclass. This does not bring any harm and allows for comparison of AgentAddresses.I also fixed the ruff linting which failed in the dev branch and added an empty context for the tests to succeed