fixed tabs/spacing issue in test file

This commit is contained in:
John Tramm 2019-11-22 17:37:28 +00:00
parent a3af7f7a78
commit 5959db4ec1

View file

@ -156,7 +156,7 @@ def test_rotate_angle():
uvw0 = np.array([1., 0., 0.])
phi = [0.]
mu = 0.
prn_seeds = [1, 2, 3, 4, 5, 6]
prn_seeds = [1, 2, 3, 4, 5, 6]
stream = 0
# reference: mu of 0 pulls the vector the bottom, so:
@ -187,7 +187,7 @@ def test_rotate_angle():
def test_maxwell_spectrum():
prn_seeds = [1, 2, 3, 4, 5, 6]
prn_seeds = [1, 2, 3, 4, 5, 6]
stream = 0
T = 0.5
ref_val = 0.6129982175261098
@ -197,7 +197,7 @@ def test_maxwell_spectrum():
def test_watt_spectrum():
prn_seeds = [1, 2, 3, 4, 5, 6]
prn_seeds = [1, 2, 3, 4, 5, 6]
stream = 0
a = 0.5
b = 0.75
@ -208,7 +208,7 @@ def test_watt_spectrum():
def test_normal_dist():
prn_seeds = [1, 2, 3, 4, 5, 6]
prn_seeds = [1, 2, 3, 4, 5, 6]
stream = 0
a = 14.08
b = 0.0
@ -217,7 +217,7 @@ def test_normal_dist():
assert ref_val == pytest.approx(test_val)
prn_seeds = [1, 2, 3, 4, 5, 6]
prn_seeds = [1, 2, 3, 4, 5, 6]
stream = 0
a = 14.08
b = 1.0