Skip to content

Commit

Permalink
bug fix accessing ds_e_y2
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-kas committed Dec 7, 2020
1 parent b196b4e commit 8450532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions propti/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def compute_fitness(self):
else:
ds_e_x = ds_e.x
ds_e_y = ds_e.y
ds_e_y2 = None
if ds_e.y2 is not None:
ds_e_y2 = ds_e.y2

Expand Down

0 comments on commit 8450532

Please sign in to comment.