dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
384 stars 126 forks source link

Added Version Requirement for Plotly #958

Closed gawebb-dstl closed 4 months ago

gawebb-dstl commented 4 months ago

stonesoup.plotter.Plotterly uses the 'legendrank' key word which was only introduced in plotly 5.0.0. Therefore the Plotly requirement needs a version designator.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (aa6e55b) 93.37% compared to head (fa11985) 93.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #958 +/- ## ========================================== + Coverage 93.37% 93.40% +0.02% ========================================== Files 201 201 Lines 12638 12638 Branches 2600 2600 ========================================== + Hits 11801 11804 +3 + Misses 593 591 -2 + Partials 244 243 -1 ``` | [Flag](https://app.codecov.io/gh/dstl/Stone-Soup/pull/958/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/dstl/Stone-Soup/pull/958/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `66.62% <ø> (+0.02%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/dstl/Stone-Soup/pull/958/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `88.96% <ø> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.