ReFRACtor
rayleigh_greek_moment_test.py
Go to the documentation of this file.
1 from nose.tools import *
2 from full_physics import *
3 from nose.plugins.skip import Skip, SkipTest
4 import numpy as np
5 import numpy.testing as nptest
6 
8  '''Test RayleighGreekMoment'''
9  if(not have_full_physics_swig):
10  raise SkipTest
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)
16 

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10