Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Jan 3, 2024
1 parent 862a031 commit 927bb3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _load_smry_dataframe_using_res2df(

print(f"R={real}: {smry_file}")

eclfiles = res2df.EclFiles(smry_file.replace(".UNSMRY", ""))
eclfiles = res2df.resdatafiles.ResdataFiles(smry_file.replace(".UNSMRY", ""))
real_df = res2df.summary.df(eclfiles, time_index=time_index)
real_df.insert(0, "REAL", real)
real_df.index.name = "DATE"
Expand Down

0 comments on commit 927bb3f

Please sign in to comment.