Skip to content

Commit

Permalink
remove fd imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 30, 2024
1 parent aab0ce4 commit 30b3015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/benchmarks/test_fd_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import unittest
import pytest

from dacbench.benchmarks import FastDownwardBenchmark
from dacbench.envs import FastDownwardEnv
#from dacbench.benchmarks import FastDownwardBenchmark
#from dacbench.envs import FastDownwardEnv


@pytest.mark.skip(reason="FD issues locally and remote make testing hard")
Expand Down
2 changes: 1 addition & 1 deletion tests/envs/test_fast_downward.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

from dacbench import AbstractEnv
from dacbench.benchmarks.fast_downward_benchmark import FastDownwardBenchmark
#from dacbench.benchmarks.fast_downward_benchmark import FastDownwardBenchmark

@pytest.mark.skip(reason="FD issues locally and remote make testing hard")
class TestFDEnv(unittest.TestCase):
Expand Down

0 comments on commit 30b3015

Please sign in to comment.