We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e5a3f commit 483c8b5Copy full SHA for 483c8b5
tripy/docs/pre0_user_guides/00-introduction-to-tripy.md
@@ -90,8 +90,6 @@ end = time.time()
90
91
compiled_time = (end - start) * 1000
92
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
95
```
96
97
For more information on the compiler, compiled functions/modules, and dynamic shapes,
0 commit comments