pydy/pydy-viz

Passing in a particle to Visualization frame raises an error

Closed this issue · 1 comments

If I do this:

VisualizationFrame('test', particle, shape)

I get a "particle doesn't have a dcm error"

This should be caught and say "You need to pass in a reference frame and a particle!"

Fixed in PR #49