Skip to content

Commit 483c8b5

Browse files
committed
bug fix
1 parent 07e5a3f commit 483c8b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tripy/docs/pre0_user_guides/00-introduction-to-tripy.md

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ end = time.time()
9090

9191
compiled_time = (end - start) * 1000
9292
print(f"Compiled mode time: {compiled_time:.4f} ms")
93-
# Make sure compiled mode is actually faster # doc: omit
94-
assert compiled_time < 0.01 * eager_time # doc: omit
9593
```
9694

9795
For more information on the compiler, compiled functions/modules, and dynamic shapes,

0 commit comments

Comments
 (0)