Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Oct 11, 2023
1 parent e547bfc commit 4730bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ def plot_eps(
sim_first = sim_center.y
sim_second = sim_center.z
elif sim_size.y == 0:
center_first = el.center.y
center_first = el.center.x
center_second = el.center.z
sim_first = sim_center.y
sim_first = sim_center.x
sim_second = sim_center.z
elif sim_size.z == 0:
center_first = el.center.x
Expand Down

0 comments on commit 4730bb5

Please sign in to comment.