Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fixing test for duration after relaxation time was divided by two
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Seidler committed May 4, 2021
1 parent 1804667 commit f73a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def test_substeps_time(self):

end_time = time.time()
total_duration = (step_number * substep_count * sleep_time +
perf_m.measurement.relaxation_time * 2 * step_number +
perf_m.measurement.relaxation_time * step_number +
# set to lorentz mode
sleep_time)

Expand Down

0 comments on commit f73a81d

Please sign in to comment.