Skip to content

Commit bf26bbc

Browse files
Update src/libecalc/presentation/simple_result/simple.py
Co-authored-by: Aleksander Karlsson <AMKA@equinor.com>
1 parent 41dafd2 commit bf26bbc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/libecalc/presentation/simple_result

src/libecalc/presentation/simple_result/simple.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ def delta_profile(
397397
)
398398
)
399399

400-
if len(all_dates_in_models) == 0:
401-
raise EcalcError(title="Compare error", message="The models periods does not overlap.")
402-
403400
# define new periods using all dates in both models, skip extra periods before and after
404401
periods = Periods.create_periods(
405402
times=all_dates_in_models,

0 commit comments

Comments
 (0)