[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5a0f175804
commit
7c7585aa49
|
@ -1,9 +1,9 @@
|
|||
import math
|
||||
from functools import cached_property
|
||||
from typing import Literal
|
||||
|
||||
import networkx as nx
|
||||
import torch as th
|
||||
import math
|
||||
|
||||
import omnigibson as og
|
||||
import omnigibson.lazy as lazy
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import torch as th
|
||||
import pytest
|
||||
import torch as th
|
||||
|
||||
import omnigibson as og
|
||||
import omnigibson.lazy as lazy
|
||||
|
@ -375,6 +375,7 @@ def test_tiago_setter():
|
|||
|
||||
og.clear()
|
||||
|
||||
|
||||
@pytest.mark.skip("Behavior getter is currently broken")
|
||||
def test_behavior_getter():
|
||||
vec_env = setup_multi_environment(2, robot="BehaviorRobot")
|
||||
|
@ -405,6 +406,7 @@ def test_behavior_getter():
|
|||
# Clean up
|
||||
og.clear()
|
||||
|
||||
|
||||
@pytest.mark.skip("Behavior setter is currently broken")
|
||||
def test_behavior_setter():
|
||||
vec_env = setup_multi_environment(2, robot="BehaviorRobot")
|
||||
|
|
Loading…
Reference in New Issue