Skip to content

Commit

Permalink
fix unintended side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Jan 26, 2024
1 parent 62a71d9 commit 827ae81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/auto/test_auto_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ def test_phonon_dft_ml_data_generation_flow(

flow_data_generation = DFTDataGenerationFlow(
n_struct=3, min_length=10, symprec=1e-2
).make(structure=structure, benchmark_mp_ids="mp-22905")
).make(structure=structure, mp_id="mp-22905")

flow_data_generation_without_rattled_structures = DFTDataGenerationFlow(
n_struct=0, min_length=10, symprec=1e-2
).make(structure=structure, benchmark_mp_ids="mp-22905")
).make(structure=structure, mp_id="mp-22905")

ref_paths = {
"tight relax 1": "dft_ml_data_generation/tight_relax_1/",
Expand Down

0 comments on commit 827ae81

Please sign in to comment.