File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
webviz_subsurface/plugins/_rft_plotter Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ class Ids(StrEnum):
102
102
def __init__ (
103
103
self ,
104
104
webviz_settings : WebvizSettings ,
105
- rft : Path = Path ( "share/results/tables/rft.csv" ) ,
106
- rft_ert : Path = Path ( "share/results/tables/rft_ert.csv" ) ,
105
+ rft : str = "share/results/tables/rft.csv" ,
106
+ rft_ert : str = "share/results/tables/rft_ert.csv" ,
107
107
csvfile_rft : Path = None ,
108
108
csvfile_rft_ert : Path = None ,
109
109
ensembles : Optional [List [str ]] = None ,
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ def __init__(
27
27
self ,
28
28
webviz_settings : WebvizSettings ,
29
29
ensembles : Optional [List [str ]],
30
- rft : Path = None ,
31
- rft_ert : Path = None ,
30
+ rft : str ,
31
+ rft_ert : str ,
32
32
formations : Path = None ,
33
33
faultlines : Path = None ,
34
34
obsdata : Path = None ,
You can’t perform that action at this time.
0 commit comments