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

Attempting "Plotterly(dimension=3)" raises unexpected error #930

Closed mharris-dstl closed 5 months ago

mharris-dstl commented 5 months ago

Initialising Plotterly(dimension=3) should raise TypeError("Only 2D plotting currently supported") given on line 996 of plotter.py.

It actually returns AttributeError: 'int' object has no attribute 'TWO'.

On a related but separate note, Plotterly doesn't have any tests.