File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
random_ray_auto_convert_kinetic
random_ray_k_eff_mesh_kinetic Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def _cleanup(self):
3030 ("infinite_medium" ,
3131 "propagation" ),
3232 ])
33- def test_random_ray_auto_convert (generation_method , time_method ):
33+ def test_random_ray_auto_convert_kinetic (generation_method , time_method ):
3434 with change_directory (f'{ generation_method } /{ time_method } ' ):
3535 openmc .reset_auto_ids ()
3636
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def _cleanup(self):
1818
1919@pytest .mark .parametrize ("time_method" , ["isotropic" ,
2020 "propagation" ])
21- def test_random_ray_time_dependent (time_method ):
21+ def test_random_ray_basic_kinetic (time_method ):
2222 with change_directory (time_method ):
2323 openmc .reset_auto_ids ()
2424 model = random_ray_pin_cell (kinetic = True )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def _cleanup(self):
1818
1919@pytest .mark .parametrize ("time_method" , ["isotropic" ,
2020 "propagation" ])
21- def test_random_ray_k_eff_mesh (time_method ):
21+ def test_random_ray_k_eff_mesh_kinetic (time_method ):
2222 with change_directory (time_method ):
2323 model = random_ray_lattice (kinetic = True )
2424 model .settings .timestep_parameters ['n_timesteps' ] = 5
You can’t perform that action at this time.
0 commit comments