Skip to content

Commit

Permalink
Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed May 19, 2024
1 parent 9c8a001 commit 528718d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pelicun/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def test_logger_div():
# simply check that it is not empty
assert f.read()


def test_split_file_name():
file_path = "example.file.name.txt"
name, extension = base.split_file_name(file_path)
Expand Down
2 changes: 1 addition & 1 deletion pelicun/tools/DL_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def run_pelicun(

config_ap['DL']['Outputs']['Settings'].update(
regional_out_config['Settings']
)
)

# save the extended config to a file
config_ap_path = Path(config_path.stem + '_ap.json').resolve()
Expand Down

0 comments on commit 528718d

Please sign in to comment.