D3DEnergetic / FIDASIM

A Neutral Beam and Fast-ion Diagnostic Modeling Suite
http://d3denergetic.github.io/FIDASIM/
Other
29 stars 19 forks source link

Error handling bug #208

Closed lamorton closed 4 years ago

lamorton commented 4 years ago

At https://github.com/D3DEnergetic/FIDASIM/blob/master/lib/scripts/plot_inputs#L50:

            raise ValueError('xyz must be (3, n), but it has shape {}'.format(uvw.shape))

uvw is referenced before assignment. Also on line 54.