Skip to content

Commit

Permalink
Hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoney committed Jul 26, 2023
1 parent a55c32a commit 264d576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infresnel/infresnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def calculate_paths(

# Check that source and receiver(s) all have valid elevation values in DEM (this is
# the "costly check" mentioned above). Mainly relevant for user-supplied DEMs... but
# also must be run if the PyGMT supplied DEM is not fully within SRTM range (kind of
# unlikely edge case). For most PyGMT supplied DEMs, this check will not end up
# also must be run if the PyGMT-supplied DEM is not fully within SRTM range (kind of
# unlikely edge case). For most PyGMT-supplied DEMs, this check will not end up
# being run — which is good, since it can be SLOW.
compute_paths = np.ones(rec_xs.size).astype(bool) # By default, compute all paths
if check_for_valid_elevations:
Expand Down

0 comments on commit 264d576

Please sign in to comment.