openradar / PyDDA

Pythonic multiple doppler code based off the 3D variational technique
http://openradarscience.org/PyDDA
Other
91 stars 44 forks source link

ADD: Fixes to account for new numpy linspace. #55

Closed rcjackson closed 4 years ago

rcjackson commented 4 years ago

np.linspace was failing in a few plotting routines in the CI due to the number of parameters being a float. This is now fixed.