We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e471486 commit d0dce76Copy full SHA for d0dce76
.github/workflows/profiling.yml
@@ -49,7 +49,7 @@ jobs:
49
args: "-g -f -r 1 -w"
50
label: "1 Robot + fluids"
51
- name: feature-cloth
52
- args: "-g -f -r 1 -c"
+ args: "-g -r 1 -c"
53
label: "1 Robot + cloth"
54
- name: feature-particles
55
args: "-g -f -r 1 -p"
OmniGibson/tests/benchmark/profiling.py
@@ -149,7 +149,7 @@ def main():
149
)
150
knife.keep_still()
151
if args.fluids:
152
- table.states[Covered].set_value(env.scene.get_system("water"))
+ table.states[Covered].set_value(env.scene.get_system("water"), True)
153
154
output, results = [], []
155
0 commit comments