Skip to content

Commit 30b3015

Browse files
committed
remove fd imports
1 parent aab0ce4 commit 30b3015

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/benchmarks/test_fd_benchmark.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import unittest
44
import pytest
55

6-
from dacbench.benchmarks import FastDownwardBenchmark
7-
from dacbench.envs import FastDownwardEnv
6+
#from dacbench.benchmarks import FastDownwardBenchmark
7+
#from dacbench.envs import FastDownwardEnv
88

99

1010
@pytest.mark.skip(reason="FD issues locally and remote make testing hard")

tests/envs/test_fast_downward.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44

55
from dacbench import AbstractEnv
6-
from dacbench.benchmarks.fast_downward_benchmark import FastDownwardBenchmark
6+
#from dacbench.benchmarks.fast_downward_benchmark import FastDownwardBenchmark
77

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

0 commit comments

Comments
 (0)