Skip to content

Commit

Permalink
Add comment to print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsnk committed Sep 21, 2023
1 parent 3894858 commit f6c1b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ def mean_distance_sampled(radius, beta, num_nodes, num_distances):
mean_delay_sampled = delay_offset_matrix[i, j] \
+ mean_distance / prop_speed_matrix[i, j]

# for manually comparing the analytical and sampled delays,
# uncomment the following line:
# print(delay_lin_eff_mean_matrix[i, j], mean_delay_sampled)
self.assertAlmostEqual(delay_lin_eff_mean_matrix[i, j] /
mean_delay_sampled,
Expand Down

0 comments on commit f6c1b2b

Please sign in to comment.