-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
I'm getting this error when trying to load the package
import metran
[metran\plots.py:13]
ModuleNotFoundError: No module named 'pastas.modelplots'
metran\plots.py
if psversion < "0.19.0":
from pastas.plots import _get_height_ratios
elif psversion >= "1.3.0":
from pastas.plotting.plotutil import _get_height_ratios
else:
from pastas.modelplots import _get_height_ratiospastas = '1.10.0'
metran = '0.4.0'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers