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 f2c4977 commit 62c3adcCopy full SHA for 62c3adc
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