Skip to content

Commit

Permalink
better comment for gunw test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Aug 28, 2023
1 parent c473b10 commit 805465d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_GUNW.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ def test_azimuth_timing_against_interpolation(weather_model_name: str,

# Calls 6 times for azimuth time and 4 times for center time
assert RAiDER.processWM.prepareWeatherModel.call_count == 10
# Only calls for azimuth timing for reference and secondary
# Only calls for azimuth timing for reference and secondary;
# There is 1 slc for ref and 2 for secondary, totalling 3 calls
assert hyp3lib.get_orb.downloadSentinelOrbitFile.call_count == 3
# Only calls for azimuth timing: once for ref and sec
assert RAiDER.s1_azimuth_timing.get_slc_id_from_point_and_time.call_count == 2
Expand Down

0 comments on commit 805465d

Please sign in to comment.