We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648fb99 commit 12afbf2Copy full SHA for 12afbf2
tests/tensor/rewriting/test_basic.py
@@ -126,7 +126,7 @@
126
_specialize_rewrites.position_cutoff = 2.01
127
_specialize_rewrites = optdb.query(_specialize_rewrites)
128
129
-_fast_run_rewrites = RewriteDatabaseQuery(include=["fast_run"])
+_fast_run_rewrites = RewriteDatabaseQuery(include=["fast_run"], exclude=["inplace"])
130
_fast_run_rewrites = optdb.query(_fast_run_rewrites)
131
132
0 commit comments