Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2024
1 parent b91c71f commit bcc4da5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,17 @@ def pytest_configure():
)

pytest.data_path_sound_composer_bbn_source_40_values_in_container = upload_file_in_tmp_folder(
os.path.join(base_dir, "AnsysSound_BBN dBSPLperHz NARROWBAND v2_40values_2024R2_20241128.txt"), server=server
os.path.join(
base_dir, "AnsysSound_BBN dBSPLperHz NARROWBAND v2_40values_2024R2_20241128.txt"
),
server=server,
)

pytest.data_path_sound_composer_bbn_source_2p_in_container = upload_file_in_tmp_folder(
os.path.join(base_dir, "AnsysSound_BBN_MultipleParameters Pa2PerHz Narrowband v2_2024R2_20240418.txt"), server=server
os.path.join(
base_dir, "AnsysSound_BBN_MultipleParameters Pa2PerHz Narrowband v2_2024R2_20240418.txt"
),
server=server,
)

# This path is different that the other, we need a local path
Expand Down

0 comments on commit bcc4da5

Please sign in to comment.