Skip to content

Commit 4081813

Browse files
Hotfixing test
1 parent f3e7f9a commit 4081813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/splitting_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def test_dos_splitting(self):
6262
cubes_path = os.path.join(data_path, "cubes")
6363
dos_calculator3 = mala.DOS(parameters3)
6464
dos_calculator3.read_from_qe_out(
65-
os.path.join(data_path, "Be_snapshot1.out")
65+
os.path.join(data_path, "Be_snapshot1.out"),
66+
smearing_factor=[2, 2, 2],
6667
)
6768

6869
parameters = mala.Parameters()

0 commit comments

Comments
 (0)