Skip to content

Commit

Permalink
fix further side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Jan 26, 2024
1 parent 67a3581 commit 169c9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/test_benchmark_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_benchmark(test_dir, clean_dir):
ml_bs = get_ph_bs_symm_line(bands_path=ml_bs_file_path)

benchmark_flow = PhononBenchmarkMaker().make(
structure=df_bs.structure, ml_phonon_bs=ml_bs, dft_phonon_bs=df_bs, benchmark_mp_ids="test"
structure=df_bs.structure, ml_phonon_bs=ml_bs, dft_phonon_bs=df_bs, benchmark_mp_id="test"
)
assert len(benchmark_flow.jobs) == 1

Expand Down

0 comments on commit 169c9a6

Please sign in to comment.