Skip to content

Commit

Permalink
daza
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Dec 22, 2024
1 parent 829e674 commit e2bc0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/phonons/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_data_generation_distort_type_1(vasp_test_dir, mock_vasp, relax_maker, c
"check_inputs": ["incar", "potcar"],
},
}
data_gen_dt_1 = RandomStructuresDataGenerator(n_structures=3, distort_type=1, bulk_relax_maker=relax_maker).make(
data_gen_dt_1 = RandomStructuresDataGenerator(n_structures=10, distort_type=1, bulk_relax_maker=relax_maker).make(
structure=structure,
mp_id=test_mpid,
volume_custom_scale_factors=[1.0],
Expand Down

0 comments on commit e2bc0eb

Please sign in to comment.