Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstybayliss committed Dec 19, 2024
1 parent fada38e commit fcb1389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/mbt/tools/mfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def stack(self, imfd):
print('Adding mag:', mag, occ)

tmp_mag = mags[-1] + bin_width
while tmp_mag < mag - 0.1 * `bin_width:
while tmp_mag < mag - 0.1 * bin_width:
tmp_mag += bin_width
delta += 1
if set([tmp_mag]) not in magset:
Expand Down

0 comments on commit fcb1389

Please sign in to comment.