Skip to content

Commit

Permalink
bug fix . -> _
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Sep 15, 2024
1 parent 59a9b19 commit 82f5aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fire2a/cell2fire.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def final_scar_step(i, data, afile, scar_raster, scar_raster_ds, burn_prob, burn
if i % 100 == 0:
scar_raster_ds.FlushCache()
if burn_prob:
if np.any(data == -1):
if np_any(data == -1):
mask = data != -1
burn_prob_arr[ mask ] += data[ mask ]
else:
Expand Down

0 comments on commit 82f5aaf

Please sign in to comment.