From 630dcf75cc057984ac63484317bcb51a36994cdf Mon Sep 17 00:00:00 2001 From: hang-yin Date: Thu, 17 Oct 2024 16:51:42 -0700 Subject: [PATCH] Fix covered state profiling --- tests/benchmark/profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmark/profiling.py b/tests/benchmark/profiling.py index 21891ccdf..8a73405e3 100644 --- a/tests/benchmark/profiling.py +++ b/tests/benchmark/profiling.py @@ -149,7 +149,7 @@ def main(): ) knife.keep_still() if args.fluids: - table.states[Covered].set_value(env.scene.get_system("water")) + table.states[Covered].set_value(env.scene.get_system("water"), True) output, results = [], []