Skip to content

Commit 2182f08

Browse files
committed
fix test laser
1 parent 02b2321 commit 2182f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/python/picongpu/compiling/species.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77

88
from picongpu import picmi
9+
from scipy.constants import c
910

1011
import unittest
1112

@@ -29,7 +30,7 @@ def setUp(self):
2930
a0=8,
3031
propagation_direction=[0, 1, 0],
3132
polarization_direction=[1, 0, 0],
32-
centroid_position=[0.5 * grid.upper_bound[0], 0, 0.5 * grid.upper_bound[2]],
33+
centroid_position=[0.5 * grid.upper_bound[0], -10 * 5.0e-15 / c, 0.5 * grid.upper_bound[2]],
3334
focal_position=[
3435
0.5 * grid.upper_bound[0],
3536
4.62e-5,

0 commit comments

Comments
 (0)