Skip to content

Commit

Permalink
adapt target num samples to new pause API
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Jun 25, 2018
1 parent 71e8d98 commit a86ab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_performance(self):

current_index = Value("L")
elapsed = Value("f")
target_num_samples = 113600 - pause
target_num_samples = 113600
receive_process = Process(target=receive, args=(port, current_index, target_num_samples, elapsed))
receive_process.daemon = True
receive_process.start()
Expand Down

0 comments on commit a86ab34

Please sign in to comment.