Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Feb 7, 2024
1 parent 6fb9861 commit da6a1ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ec_interface/scripts/integrate_xy_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():
# sum
print('! compute results')
for i in range(1, len(regions)):
beg, end = regions[i-1], regions[i]
beg, end = regions[i - 1], regions[i]
zbeg, zend = beg / nZ * z_max, end / nZ * z_max

integ = xy_average[beg:end].sum()
Expand All @@ -54,5 +54,3 @@ def main():
zend,
integ
))


0 comments on commit da6a1ba

Please sign in to comment.