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 Mar 25, 2023
1 parent 615e52e commit f43d354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_smoke_elicit.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_smoke_elicit_run_tiny_gpt2_ccs(tmp_path: Path):
# run on all layers, tiny-gpt only has 2 layers
),
net=CcsReporterConfig(),
out_dir=tmp_path
out_dir=tmp_path,
)
elicit.execute()
# get the files in the tmp_path
Expand Down Expand Up @@ -55,7 +55,7 @@ def test_smoke_elicit_run_tiny_gpt2_eigen(tmp_path: Path):
# run on all layers, tiny-gpt only has 2 layers
),
net=EigenReporterConfig(),
out_dir=tmp_path
out_dir=tmp_path,
)
elicit.execute()
# get the files in the tmp_path
Expand Down

0 comments on commit f43d354

Please sign in to comment.