Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder authored and ronald-jaepel committed Apr 23, 2024
1 parent 98f5840 commit fcf79e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dll.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup_model(

create_lwe_path = Path(cadet_root) / 'bin' / executable

args =[
args = [
create_lwe_path.as_posix(),
f'--out {file_name}',
f'--unit {model}',
Expand Down

0 comments on commit fcf79e7

Please sign in to comment.