Skip to content

Commit

Permalink
Adjust path to testing_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie08 committed May 6, 2024
1 parent b7da7de commit 5857b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_pipeline_raw_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import snakemake
import shutil
from tests.test_pipeline import get_repo_path, pipeline_file_output_test
from oemof_b3.tools.testing_pipeline import get_repo_path, pipeline_file_output_test


# Delete data from test run of pipeline if True otherwise False
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pipeline_resources_tables.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from tests.test_pipeline import (
from oemof_b3.tools.testing_pipeline import (
get_repo_path,
install_with_extra,
pipeline_file_output_test,
Expand Down

0 comments on commit 5857b01

Please sign in to comment.