コード例 #1
0
ファイル: tests.py プロジェクト: KateRowlands/chemevol
 def test_imf_integral_chab(self):
     unity = initial_mass_function_integral('Chab')
     assert 0.99 < unity < 1.09
コード例 #2
0
ファイル: tests.py プロジェクト: KateRowlands/chemevol
 def test_imf_integral_salp(self):
     unity = initial_mass_function_integral('Salp')
     assert 0.99 < unity < 1.09
コード例 #3
0
ファイル: tests.py プロジェクト: KateRowlands/chemevol
 def test_imf_integral_kroup(self):
     unity = initial_mass_function_integral('Kroup')
     assert 0.99 < unity < 1.09
コード例 #4
0
 def test_imf_integral_topchab(self):
     unity = initial_mass_function_integral('TopChab')
     assert 0.99 < unity < 1.09
コード例 #5
0
 def test_imf_integral_salp(self):
     unity = initial_mass_function_integral('Salp')
     assert 0.99 < unity < 1.09
コード例 #6
0
 def test_imf_integral_kroup(self):
     unity = initial_mass_function_integral('Kroup')
     assert 0.99 < unity < 1.09