Skip to content

Commit

Permalink
move fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu committed Apr 28, 2024
1 parent 934d610 commit 2e95f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class TestPlanarQuadrotorStateDataset(unittest.TestCase):
def setUp(self):
self.dataset_path = "tests/test_dataset.joblib"
self.dataset_path = "tests/fixtures/test_dataset.joblib"

with open("tests/config/test_config.yaml", "r") as file:
self.config = yaml.safe_load(file)
Expand Down

0 comments on commit 2e95f4e

Please sign in to comment.