GeoscienceAustralia / tcrm

A statistical-parametric model for assessing wind hazard from tropical cyclones
http://geoscienceaustralia.github.io/tcrm
Other
81 stars 52 forks source link

Incorrect Import of Functions from SciPy in vmax.py (wind) #150

Closed GS221b closed 2 months ago

GS221b commented 3 months ago

The script vmax.py imports functions like sqrt, exp, and power from scipy, but these functions actually belong to numpy

wcarthur commented 2 months ago

Noted - a hangover from very early codes. Will be remedied in future updates