We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e7f9a commit 4081813Copy full SHA for 4081813
1 file changed
test/splitting_test.py
@@ -62,7 +62,8 @@ def test_dos_splitting(self):
62
cubes_path = os.path.join(data_path, "cubes")
63
dos_calculator3 = mala.DOS(parameters3)
64
dos_calculator3.read_from_qe_out(
65
- os.path.join(data_path, "Be_snapshot1.out")
+ os.path.join(data_path, "Be_snapshot1.out"),
66
+ smearing_factor=[2, 2, 2],
67
)
68
69
parameters = mala.Parameters()
0 commit comments