ITA-Solar/rh

Helita import statements in Jupyter notebooks

Closed this issue · 2 comments

In sample Jupyter notebooks the following import statements for Helita are failing:

from helita.sim import rh15d, rh15d_vis

because it should be this instead:

from helita.sim import rh15d
from helita.vis import rh15d_vis

The rh15d_vis.py was moved there a year ago.

I can create a pull-request with fixed imports, if you want.

Sure go ahead!

Fixed in 0e84c93, together with an update on the matplotlib backend.