Skip to content

Commit

Permalink
ref(traffic_simulator): add blank line to traffic_simulator test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoszynski committed Nov 25, 2024
1 parent 0eac745 commit 085cb62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "helper.hpp"

constexpr double eps = 1e-6;

// Frequency can fluctuate a bit due to timing, especially when the machine is under heavy load, so higher tolerance is needed
constexpr double frequency_eps = 0.5;

Expand Down

0 comments on commit 085cb62

Please sign in to comment.