Skip to content

Commit

Permalink
call count
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Aug 29, 2023
1 parent 3ef5f5b commit 59e3137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_s1_time_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,6 @@ def test_duplicate_orbits(mocker, orbit_paths_for_duplicate_orbit_xml_test):
time_grid = get_s1_azimuth_time_grid(lon, lat, hgt, t)

assert time_grid.shape == (len(hgt), len(lat), len(lon))

assert RAiDER.s1_azimuth_timing.get_slc_id_from_point_and_time.call_count == 1
assert hyp3lib.get_orb.downloadSentinelOrbitFile.call_count == 4

0 comments on commit 59e3137

Please sign in to comment.