csdms / bmi-example-python

An example of wrapping a model written in Python with a BMI
https://bmi.csdms.io
MIT License
13 stars 22 forks source link

Replace scipy.random with numpy.random #28

Closed mdpiper closed 11 months ago

mdpiper commented 11 months ago

Apparently this was an alias, and it was recently removed. See https://github.com/scipy/scipy/issues/14889.

This import is only used once, in the heat.py module.

mdpiper commented 11 months ago

Whoops! I hadn't pulled changes locally. I've already fixed this with 1329f47.