posydon.unit_tests.grids
posydon.unit_tests.grids.test_MODELS
Unit tests of posydon/grids/MODELS.py
posydon.unit_tests.grids.test_downsampling
Unit tests of posydon/grids/downsampling.py
posydon.unit_tests.grids.test_io
Unit tests of posydon/grids/io.py
posydon.unit_tests.grids.test_post_processing
posydon.unit_tests.grids.test_psygrid
Unit tests of posydon/grids/psygrid.py
- class posydon.unit_tests.grids.test_psygrid.TestPSyGrid[source]
Bases:
object
- test_create_psygrid(PSyGrid, Empty_dir, MESA_no_histories, MESA_files_single, eep_files, MESA_EEPs_single, MESA_files, MESA_v1_files, monkeypatch)[source]
- posydon.unit_tests.grids.test_psygrid.add_MESA_run_files(path, idx, binary_run=True, with_histories=True, with_profiles=True)[source]
Create files of one MESA run
- Parameters:
path (str) – The path to the directory containing all the runs.
idx (int) – Run index. (1, 3, 4, 5, 8, 11, 14, and 17 have a special meaning)
binary_run (bool (default: True)) – If True files of a binary run are created, otherwise run of a single star.
with_histories (bool (default: True)) – If True creates history files.
with_profiles (bool (default: True)) – If True creates final profile files.
- Returns:
Path to the added run.
- Return type:
posydon.unit_tests.grids.test_scrubbing
Unit tests of posydon/grids/scrubbing.py
posydon.unit_tests.grids.test_termination_flags
Unit tests of posydon/grids/termination_flags.py