Closed retifrav closed 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.
rh15d_vis.py
I can create a pull-request with fixed imports, if you want.
Sure go ahead!
Fixed in 0e84c93fb5cebf62029b36d4ee5dbafdfe9ad, together with an update on the matplotlib backend.
In sample Jupyter notebooks the following import statements for Helita are failing:
because it should be this instead:
The
rh15d_vis.py
was moved there a year ago.I can create a pull-request with fixed imports, if you want.