From e2bc0eb01fd9ce126596ed7cfac1d5c98d40f09b Mon Sep 17 00:00:00 2001 From: JaGeo Date: Sun, 22 Dec 2024 22:31:11 +0100 Subject: [PATCH] daza --- tests/data/phonons/test_flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/phonons/test_flows.py b/tests/data/phonons/test_flows.py index 687602e3..5b8273e7 100644 --- a/tests/data/phonons/test_flows.py +++ b/tests/data/phonons/test_flows.py @@ -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],