Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed May 31, 2024
1 parent 61710ac commit e70b34c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oemof_b3/tools/testing_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def remove_test_data(path):
if os.path.isfile(path):
os.remove(path)


def get_abs_path_list(output_rule_list):
"""
This function finds the absolut file path for each rule
Expand All @@ -130,6 +131,7 @@ def get_abs_path_list(output_rule_list):

return absolute_path_list


def pipeline_file_output_test(delete_switch, output_rule_list):
# Loop over each rule which is tested in the snakemake pipeline
for sublist in output_rule_list:
Expand Down

0 comments on commit e70b34c

Please sign in to comment.