ITA-Solar / rh

RH 1.5D
20 stars 17 forks source link

Helita import statements in Jupyter notebooks #29

Closed retifrav closed 3 years ago

retifrav commented 3 years ago

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.

souvikita commented 3 years ago

Sure go ahead!

tiagopereira commented 3 years ago

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