Skip to content

Commit

Permalink
fixed dataset test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 26, 2024
1 parent be90a28 commit 0df88fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impsy/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_dataset_command():
"""Test the dataset command runs"""
test_log_area = "tests/logs"
test_dataset_area = "tests/datasets"
os.makedirs(test_dataset_area, exist_ok=True)
dimension = 4
log_files = create_test_log_files(location = test_log_area, dimension = dimension, number = 10)
dataset.generate_dataset(dimension=dimension, source="tests/logs", destination=test_dataset_area)
Expand Down

0 comments on commit 0df88fb

Please sign in to comment.