Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:StanfordVL/bddl into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengshuLi committed Mar 15, 2024
2 parents c900aff + 23159f7 commit f0f885e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run BDDL tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
run-tests:
Expand Down
2 changes: 1 addition & 1 deletion bddl/generated_data/output_hierarchy_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -28423,7 +28423,6 @@
"wardrobe"
],
"abilities": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -107411,6 +107410,7 @@
"coatrack"
],
"abilities": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down
2 changes: 1 addition & 1 deletion bddl/generated_data/propagated_annots_canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -11263,6 +11263,7 @@
"visualSubstance": {}
},
"coatrack.n.01": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down Expand Up @@ -49327,7 +49328,6 @@
"wrinkleable": {}
},
"wardrobe.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down
2 changes: 1 addition & 1 deletion bddl/generated_data/propagated_annots_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -21918,6 +21918,7 @@
"visualSubstance": {}
},
"coatrack.n.01": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down Expand Up @@ -111711,7 +111712,6 @@
"wrinkleable": {}
},
"wardrobe.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down
2 changes: 1 addition & 1 deletion bddl/generated_data/properties_to_synsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -38314,6 +38314,7 @@
"canoe.n.01",
"car.n.01",
"clothesline_rope.n.01",
"coatrack.n.01",
"cork.n.04",
"curtain_rod.n.01",
"dartboard.n.01",
Expand Down Expand Up @@ -38362,7 +38363,6 @@
"trout.n.01",
"vegetation.n.01",
"wall_nail.n.01",
"wardrobe.n.01",
"webcam.n.02",
"wind_chime.n.01",
"window_blind.n.01",
Expand Down
2 changes: 1 addition & 1 deletion bddl/generated_data/syn_prop_annots_canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -9067,6 +9067,7 @@
"breakable": {},
"rigidBody": {},
"nonSubstance": {},
"attachable": {},
"wetable": {},
"stickyable": {},
"dustyable": {},
Expand Down Expand Up @@ -30023,7 +30024,6 @@
"sceneObject": {},
"rigidBody": {},
"nonSubstance": {},
"attachable": {},
"wetable": {},
"stickyable": {},
"dustyable": {},
Expand Down
8 changes: 4 additions & 4 deletions bddl/generated_data/synsets_to_descriptors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33093,6 +33093,10 @@
"coat_of_paint.n.01": [],
"coating.n.01": [],
"coatrack.n.01": [
[
"attached",
"attached"
],
[
"broken",
"broken"
Expand Down Expand Up @@ -136222,10 +136226,6 @@
]
],
"wardrobe.n.01": [
[
"attached",
"attached"
],
[
"disinfected",
"disinfected"
Expand Down

0 comments on commit f0f885e

Please sign in to comment.