コード例 #1
0
def test_flux():
    rmg = ReactorMG()
    rmg.flux = 2*(10**14)
    assert_equal(rmg.flux, 2*(10**14))