Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuguangw committed Jul 25, 2023
1 parent 0b2224d commit c250521
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
group: bdai-gh-large-runners
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions test/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@


def test_load_and_save_config():
if not os.path.exists("build"):
os.makedirs("build")

# Save a dummy state_dict using torch.save
config = get_config("config/experiments/llm_objectnav_hm3d.yaml")
dummy_dict = {
Expand Down
3 changes: 3 additions & 0 deletions test/test_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@


def test_visualization():
if not os.path.exists("build"):
os.makedirs("build")

width = 400
text = (
"This is a long text that needs to be drawn on an image with a specified "
Expand Down

0 comments on commit c250521

Please sign in to comment.