Skip to content

Commit d0dce76

Browse files
committed
Some small fixes
1 parent e471486 commit d0dce76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/profiling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
args: "-g -f -r 1 -w"
5050
label: "1 Robot + fluids"
5151
- name: feature-cloth
52-
args: "-g -f -r 1 -c"
52+
args: "-g -r 1 -c"
5353
label: "1 Robot + cloth"
5454
- name: feature-particles
5555
args: "-g -f -r 1 -p"

OmniGibson/tests/benchmark/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def main():
149149
)
150150
knife.keep_still()
151151
if args.fluids:
152-
table.states[Covered].set_value(env.scene.get_system("water"))
152+
table.states[Covered].set_value(env.scene.get_system("water"), True)
153153

154154
output, results = [], []
155155

0 commit comments

Comments
 (0)