This is an old revision of the document!
Test executed on commit bea4d64a91db10a7ff8228d52de7e6473a3c3f02
Report generated on 20-Aug-2016 at 08:20:40
Platform | Linux-3.13.0-042stab111.12-x86_64-with-debian-jessie-sid |
Python | 2.7.11 |
0 tests ran in 3.47 seconds.
(Un)check the boxes to filter the results.
0 passed, 14 skipped, 0 failed, 4 errors, 0 expected failures, 0 unexpected passesResult | Test | Duration | Links | |
---|---|---|---|---|
No results found. Try to check the filters | ||||
Error | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.05 | ||
self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'> request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]'>> reference = <class 'pandas.io.pytables.HDFStore'> File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) data_path = {'config_dirpath': '/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at', 'gen_ref_dirpath'...i96/slow-tests/bigref/bea4d64', 'reference_filepath': '/home/karandesai96/slow-tests/bigref/at.h5', 'setup_name': 'at'} atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod @pytest.fixture(scope="class", autouse=True) def setup(self, request, reference, data_path, atomic_data_fname): """ This method does initial setup of creating configuration and performing a single run of integration test. """ # The last component in dirpath can be extracted as name of setup. self.name = data_path['setup_name'] self.config_file = os.path.join(data_path['config_dirpath'], "config.yml") # Load atom data file separately, pass it for forming tardis config. > self.atom_data = AtomData.from_hdf5(atomic_data_fname) tardis/tests/integration_tests/test_integration.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod def from_hdf5(cls, fname=None): """ Function to read all the atom data from a special TARDIS HDF5 File. Parameters ---------- fname: str, optional the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS For more complex atomic data please contact the authors. use_macro_atom: default `False`. Set to `True`, if you want to read in macro_atom_data """ if fname is None: fname = default_atom_h5_path if not os.path.exists(fname): > raise ValueError("Supplied Atomic Model Database %s does not exists" % fname) E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists tardis/atomic.py:307: ValueError | ||||
Error | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'> request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]'>> reference = <class 'pandas.io.pytables.HDFStore'> File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) data_path = {'config_dirpath': '/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at', 'gen_ref_dirpath'...i96/slow-tests/bigref/bea4d64', 'reference_filepath': '/home/karandesai96/slow-tests/bigref/at.h5', 'setup_name': 'at'} atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod @pytest.fixture(scope="class", autouse=True) def setup(self, request, reference, data_path, atomic_data_fname): """ This method does initial setup of creating configuration and performing a single run of integration test. """ # The last component in dirpath can be extracted as name of setup. self.name = data_path['setup_name'] self.config_file = os.path.join(data_path['config_dirpath'], "config.yml") # Load atom data file separately, pass it for forming tardis config. > self.atom_data = AtomData.from_hdf5(atomic_data_fname) tardis/tests/integration_tests/test_integration.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod def from_hdf5(cls, fname=None): """ Function to read all the atom data from a special TARDIS HDF5 File. Parameters ---------- fname: str, optional the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS For more complex atomic data please contact the authors. use_macro_atom: default `False`. Set to `True`, if you want to read in macro_atom_data """ if fname is None: fname = default_atom_h5_path if not os.path.exists(fname): > raise ValueError("Supplied Atomic Model Database %s does not exists" % fname) E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists tardis/atomic.py:307: ValueError | ||||
Error | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'> request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]'>> reference = <class 'pandas.io.pytables.HDFStore'> File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) data_path = {'config_dirpath': '/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7', 'gen_ref_dirpath'...i96/slow-tests/bigref/bea4d64', 'reference_filepath': '/home/karandesai96/slow-tests/bigref/w7.h5', 'setup_name': 'w7'} atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod @pytest.fixture(scope="class", autouse=True) def setup(self, request, reference, data_path, atomic_data_fname): """ This method does initial setup of creating configuration and performing a single run of integration test. """ # The last component in dirpath can be extracted as name of setup. self.name = data_path['setup_name'] self.config_file = os.path.join(data_path['config_dirpath'], "config.yml") # Load atom data file separately, pass it for forming tardis config. > self.atom_data = AtomData.from_hdf5(atomic_data_fname) tardis/tests/integration_tests/test_integration.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod def from_hdf5(cls, fname=None): """ Function to read all the atom data from a special TARDIS HDF5 File. Parameters ---------- fname: str, optional the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS For more complex atomic data please contact the authors. use_macro_atom: default `False`. Set to `True`, if you want to read in macro_atom_data """ if fname is None: fname = default_atom_h5_path if not os.path.exists(fname): > raise ValueError("Supplied Atomic Model Database %s does not exists" % fname) E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists tardis/atomic.py:307: ValueError | ||||
Error | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'> request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]'>> reference = <class 'pandas.io.pytables.HDFStore'> File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) data_path = {'config_dirpath': '/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7', 'gen_ref_dirpath'...i96/slow-tests/bigref/bea4d64', 'reference_filepath': '/home/karandesai96/slow-tests/bigref/w7.h5', 'setup_name': 'w7'} atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod @pytest.fixture(scope="class", autouse=True) def setup(self, request, reference, data_path, atomic_data_fname): """ This method does initial setup of creating configuration and performing a single run of integration test. """ # The last component in dirpath can be extracted as name of setup. self.name = data_path['setup_name'] self.config_file = os.path.join(data_path['config_dirpath'], "config.yml") # Load atom data file separately, pass it for forming tardis config. > self.atom_data = AtomData.from_hdf5(atomic_data_fname) tardis/tests/integration_tests/test_integration.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5' @classmethod def from_hdf5(cls, fname=None): """ Function to read all the atom data from a special TARDIS HDF5 File. Parameters ---------- fname: str, optional the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS For more complex atomic data please contact the authors. use_macro_atom: default `False`. Set to `True`, if you want to read in macro_atom_data """ if fname is None: fname = default_atom_h5_path if not os.path.exists(fname): > raise ValueError("Supplied Atomic Model Database %s does not exists" % fname) E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists tardis/atomic.py:307: ValueError | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 74, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_blue_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 80, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_last_line_interactions[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 90, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_nubar_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 108, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_ws[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 114, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_luminosity_inner[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 162, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 74, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_blue_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 80, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_last_line_interactions[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 90, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_nubar_estimators[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 108, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_ws[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 114, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_luminosity_inner[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.') | ||||
Skipped | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup | 0.00 | ||
('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 162, u'Skipped: Introduction of HDF mechanism.') |