You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get familiar with Welleng, but when running the Quick Start example, I'm getting this when trying to plot it:
Traceback (most recent call last):
File "file.py", line 92, in <module>
we.visual.plot(
File "/welleng/visual.py", line 335, in plot
plt = Plotter(data, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/welleng/visual.py", line 45, in __init__
super().__init__(*args, **kwargs)
TypeError: Plotter.__init__() got an unexpected keyword argument 'names'
I installed welleng[all] with everything updated.
Any recommendations on how to solve the error?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
valgit7
changed the title
Quick Start example error: Quick Start example
Quick Start example error: Plotter.__init__() got an unexpected keyword argument 'names'
Jul 4, 2024
Apologies, I made some changes to that Plotter a while back and obviously didn't check this quick start code. Quick fix is to remove or comment out the line with the names, they're not required for the compute. To work properly now the names should be in the survey.SurveyHeader.name property in the Survey - I think I removed the mapping of names in the plotter.
I'm trying to get familiar with Welleng, but when running the Quick Start example, I'm getting this when trying to plot it:
I installed welleng[all] with everything updated.
Any recommendations on how to solve the error?
Thanks in advance!
The text was updated successfully, but these errors were encountered: