2 from full_physics
import *
3 from nose.plugins.skip
import Skip, SkipTest
8 '''Test RayleighGreekMoment''' 9 if(
not have_full_physics_swig):
11 expected = np.array([[1, 0, 0, 0, 0, 0],
12 [1e-11, 0, 0, 1.3968144385817844, 0, 0],
13 [0.47936288771635682, 2.8761773262981407, 0, 0,
14 1.1741944765321404, 0]])
15 nptest.assert_array_almost_equal(RayleighGreekMoment.array(), expected)
def test_rayleigh_greek_moment()