Skip to content

Commit

Permalink
Merge pull request #197 from jhnnsnk/review
Browse files Browse the repository at this point in the history
REVIEW: ```test_suite.py```
  • Loading branch information
jhnnsnk authored Sep 21, 2023
2 parents 20e0790 + f6c1b2b commit 51b3b61
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 51b3b61

Please sign in to comment.