Skip to content

Commit

Permalink
small fix to timespeed
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Jun 9, 2023
1 parent d387de9 commit 4c097ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy_memory_tests/geometric/test_esm.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_realtime_speed(dev_str, fw):
np.max(memory_mean)
end_time = time.perf_counter()
time_taken = end_time - start_time
assert time_taken < 35.0
assert time_taken < 40.0


def test_incremental_rotation(dev_str, fw):
Expand Down

0 comments on commit 4c097ec

Please sign in to comment.