mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fixed tabs/spacing issue in test file
This commit is contained in:
parent
a3af7f7a78
commit
5959db4ec1
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue