Skip to content
Snippets Groups Projects
Commit 8fa2493d authored by dh00601's avatar dh00601
Browse files

fixed the probability distribution functions

parent 93f93421
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,21 @@ from binarycpython.tests.tests_population_extensions.test_distribution_functions
test_flat,
test_number,
test_const_distribution,
test_powerlaw
test_powerlaw,
test_three_part_power_law,
test_Kroupa2001,
test_ktg93,
test_imf_tinsley1980,
test_imf_scalo1986,
test_imf_scalo1998,
test_imf_chabrier2003,
test_duquennoy1991,
test_gaussian,
test_Arenou2010_binary_fraction,
test_raghavan2010_binary_fraction,
test_Izzard2012_period_distribution,
test_flatsections,
test_sana12
)
from binarycpython.tests.tests_population_extensions.test_grid_options_defaults import (
test_grid_options_help,
......
# class TestDistributions(unittest.TestCase):
# """
# Unittest class
# # https://stackoverflow.com/questions/17353213/init-for-unittest-testcase
# """
# def __init__(self, *args, **kwargs):
# """
# init
# """
# super(TestDistributions, self).__init__(*args, **kwargs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment