This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
reports:bea4d64 [2016/08/20 11:50] karandesai96 removed |
reports:bea4d64 [2016/08/21 06:50] (current) karandesai96 created |
||
---|---|---|---|
Line 413: | Line 413: | ||
} | } | ||
</script> | </script> | ||
- | <p>Report generated on 20-Aug-2016 at 08:20:40</p> | + | <p>Report generated on 21-Aug-2016 at 06:50:37</p> |
<h2>Environment</h2> | <h2>Environment</h2> | ||
<table id="environment"> | <table id="environment"> | ||
Line 423: | Line 423: | ||
<td>2.7.11</td></tr></table> | <td>2.7.11</td></tr></table> | ||
<h2>Summary</h2> | <h2>Summary</h2> | ||
- | <p>0 tests ran in 3.47 seconds. </p> | + | <p>4 tests ran in 2693.08 seconds. </p> |
- | <p class="filter" hidden="true">(Un)check the boxes to filter the results.</p><input checked="true" class="filter" data-test-result="passed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="passed">0 passed</span>, <input checked="true" class="filter" data-test-result="skipped" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="skipped">14 skipped</span>, <input checked="true" class="filter" data-test-result="failed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="failed">0 failed</span>, <input checked="true" class="filter" data-test-result="error" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="error">4 errors</span>, <input checked="true" class="filter" data-test-result="xfailed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="xfailed">0 expected failures</span>, <input checked="true" class="filter" data-test-result="xpassed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="xpassed">0 unexpected passes</span> | + | <p class="filter" hidden="true">(Un)check the boxes to filter the results.</p><input checked="true" class="filter" data-test-result="passed" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="passed">4 passed</span>, <input checked="true" class="filter" data-test-result="skipped" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="skipped">14 skipped</span>, <input checked="true" class="filter" data-test-result="failed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="failed">0 failed</span>, <input checked="true" class="filter" data-test-result="error" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="error">0 errors</span>, <input checked="true" class="filter" data-test-result="xfailed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="xfailed">0 expected failures</span>, <input checked="true" class="filter" data-test-result="xpassed" disabled="true" hidden="true" name="filter_checkbox" onChange="filter_table(this)" type="checkbox"/><span class="xpassed">0 unexpected passes</span> |
<h2>Results</h2> | <h2>Results</h2> | ||
<table id="results-table"> | <table id="results-table"> | ||
Line 435: | Line 435: | ||
<tr hidden="true" id="not-found-message"> | <tr hidden="true" id="not-found-message"> | ||
<th colspan="5">No results found. Try to check the filters</th></tr></thead> | <th colspan="5">No results found. Try to check the filters</th></tr></thead> | ||
- | <tbody class="error results-table-row"> | ||
- | <tr> | ||
- | <td class="col-result">Error</td> | ||
- | <td class="col-name">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</td> | ||
- | <td class="col-duration">0.05</td> | ||
- | <td class="col-links"></td></tr> | ||
- | <tr> | ||
- | <td class="extra" colspan="5"> | ||
- | <div class="log" style="clear: both">self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'><br/>request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]'>><br/>reference = <class 'pandas.io.pytables.HDFStore'><br/>File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) <br/>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'}<br/>atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> @pytest.fixture(scope="class", autouse=True)<br/> def setup(self, request, reference, data_path, atomic_data_fname):<br/> """<br/> This method does initial setup of creating configuration and performing<br/> a single run of integration test.<br/> """<br/> # The last component in dirpath can be extracted as name of setup.<br/> self.name = data_path['setup_name']<br/> <br/> self.config_file = os.path.join(data_path['config_dirpath'], "config.yml")<br/> <br/> # Load atom data file separately, pass it for forming tardis config.<br/>> self.atom_data = AtomData.from_hdf5(atomic_data_fname)<br/><br/>tardis/tests/integration_tests/test_integration.py:33: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> def from_hdf5(cls, fname=None):<br/> """<br/> Function to read all the atom data from a special TARDIS HDF5 File.<br/> <br/> Parameters<br/> ----------<br/> <br/> fname: str, optional<br/> the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS<br/> For more complex atomic data please contact the authors.<br/> <br/> use_macro_atom:<br/> default `False`. Set to `True`, if you want to read in macro_atom_data<br/> """<br/> <br/> if fname is None:<br/> fname = default_atom_h5_path<br/> <br/> if not os.path.exists(fname):<br/>> raise ValueError("Supplied Atomic Model Database %s does not exists" % fname)<br/><span class="error">E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists</span><br/><br/>tardis/atomic.py:307: ValueError<br/></div></td></tr></tbody> | ||
- | <tbody class="error results-table-row"> | ||
- | <tr> | ||
- | <td class="col-result">Error</td> | ||
- | <td class="col-name">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</td> | ||
- | <td class="col-duration">0.00</td> | ||
- | <td class="col-links"></td></tr> | ||
- | <tr> | ||
- | <td class="extra" colspan="5"> | ||
- | <div class="log" style="clear: both">self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'><br/>request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]'>><br/>reference = <class 'pandas.io.pytables.HDFStore'><br/>File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) <br/>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'}<br/>atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> @pytest.fixture(scope="class", autouse=True)<br/> def setup(self, request, reference, data_path, atomic_data_fname):<br/> """<br/> This method does initial setup of creating configuration and performing<br/> a single run of integration test.<br/> """<br/> # The last component in dirpath can be extracted as name of setup.<br/> self.name = data_path['setup_name']<br/> <br/> self.config_file = os.path.join(data_path['config_dirpath'], "config.yml")<br/> <br/> # Load atom data file separately, pass it for forming tardis config.<br/>> self.atom_data = AtomData.from_hdf5(atomic_data_fname)<br/><br/>tardis/tests/integration_tests/test_integration.py:33: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> def from_hdf5(cls, fname=None):<br/> """<br/> Function to read all the atom data from a special TARDIS HDF5 File.<br/> <br/> Parameters<br/> ----------<br/> <br/> fname: str, optional<br/> the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS<br/> For more complex atomic data please contact the authors.<br/> <br/> use_macro_atom:<br/> default `False`. Set to `True`, if you want to read in macro_atom_data<br/> """<br/> <br/> if fname is None:<br/> fname = default_atom_h5_path<br/> <br/> if not os.path.exists(fname):<br/>> raise ValueError("Supplied Atomic Model Database %s does not exists" % fname)<br/><span class="error">E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists</span><br/><br/>tardis/atomic.py:307: ValueError<br/></div></td></tr></tbody> | ||
- | <tbody class="error results-table-row"> | ||
- | <tr> | ||
- | <td class="col-result">Error</td> | ||
- | <td class="col-name">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</td> | ||
- | <td class="col-duration">0.00</td> | ||
- | <td class="col-links"></td></tr> | ||
- | <tr> | ||
- | <td class="extra" colspan="5"> | ||
- | <div class="log" style="clear: both">self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'><br/>request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]'>><br/>reference = <class 'pandas.io.pytables.HDFStore'><br/>File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) <br/>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'}<br/>atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> @pytest.fixture(scope="class", autouse=True)<br/> def setup(self, request, reference, data_path, atomic_data_fname):<br/> """<br/> This method does initial setup of creating configuration and performing<br/> a single run of integration test.<br/> """<br/> # The last component in dirpath can be extracted as name of setup.<br/> self.name = data_path['setup_name']<br/> <br/> self.config_file = os.path.join(data_path['config_dirpath'], "config.yml")<br/> <br/> # Load atom data file separately, pass it for forming tardis config.<br/>> self.atom_data = AtomData.from_hdf5(atomic_data_fname)<br/><br/>tardis/tests/integration_tests/test_integration.py:33: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> def from_hdf5(cls, fname=None):<br/> """<br/> Function to read all the atom data from a special TARDIS HDF5 File.<br/> <br/> Parameters<br/> ----------<br/> <br/> fname: str, optional<br/> the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS<br/> For more complex atomic data please contact the authors.<br/> <br/> use_macro_atom:<br/> default `False`. Set to `True`, if you want to read in macro_atom_data<br/> """<br/> <br/> if fname is None:<br/> fname = default_atom_h5_path<br/> <br/> if not os.path.exists(fname):<br/>> raise ValueError("Supplied Atomic Model Database %s does not exists" % fname)<br/><span class="error">E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists</span><br/><br/>tardis/atomic.py:307: ValueError<br/></div></td></tr></tbody> | ||
- | <tbody class="error results-table-row"> | ||
- | <tr> | ||
- | <td class="col-result">Error</td> | ||
- | <td class="col-name">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</td> | ||
- | <td class="col-duration">0.00</td> | ||
- | <td class="col-links"></td></tr> | ||
- | <tr> | ||
- | <td class="extra" colspan="5"> | ||
- | <div class="log" style="clear: both">self = <class 'tardis.tests.integration_tests.test_integration.TestIntegration'><br/>request = <SubRequest 'setup' for <Function 'test_spectrum[/tmp/tardis-test-jSKell/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]'>><br/>reference = <class 'pandas.io.pytables.HDFStore'><br/>File path: /home/karandesai96/slow-tests...rtual/wavelength series (shape->[10000]) <br/>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'}<br/>atomic_data_fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> @pytest.fixture(scope="class", autouse=True)<br/> def setup(self, request, reference, data_path, atomic_data_fname):<br/> """<br/> This method does initial setup of creating configuration and performing<br/> a single run of integration test.<br/> """<br/> # The last component in dirpath can be extracted as name of setup.<br/> self.name = data_path['setup_name']<br/> <br/> self.config_file = os.path.join(data_path['config_dirpath'], "config.yml")<br/> <br/> # Load atom data file separately, pass it for forming tardis config.<br/>> self.atom_data = AtomData.from_hdf5(atomic_data_fname)<br/><br/>tardis/tests/integration_tests/test_integration.py:33: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>cls = <class 'tardis.atomic.AtomData'>, fname = '/home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5'<br/><br/> @classmethod<br/> def from_hdf5(cls, fname=None):<br/> """<br/> Function to read all the atom data from a special TARDIS HDF5 File.<br/> <br/> Parameters<br/> ----------<br/> <br/> fname: str, optional<br/> the default for this is `None` and then it will use the very limited atomic_data shipped with TARDIS<br/> For more complex atomic data please contact the authors.<br/> <br/> use_macro_atom:<br/> default `False`. Set to `True`, if you want to read in macro_atom_data<br/> """<br/> <br/> if fname is None:<br/> fname = default_atom_h5_path<br/> <br/> if not os.path.exists(fname):<br/>> raise ValueError("Supplied Atomic Model Database %s does not exists" % fname)<br/><span class="error">E ValueError: Supplied Atomic Model Database /home/karandesai96/slow-tests/kurucz_cd23_chianti_H_He.h5 does not exists</span><br/><br/>tardis/atomic.py:307: ValueError<br/></div></td></tr></tbody> | ||
<tbody class="skipped results-table-row"> | <tbody class="skipped results-table-row"> | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 483: | Line 447: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_blue_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 492: | Line 456: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_last_line_interactions[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 501: | Line 465: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_nubar_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 510: | Line 474: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_ws[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 519: | Line 483: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_luminosity_inner[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 528: | Line 492: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 537: | Line 501: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 546: | Line 510: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_blue_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 555: | Line 519: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_last_line_interactions[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 564: | Line 528: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_nubar_estimators[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 573: | Line 537: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_ws[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 582: | Line 546: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_luminosity_inner[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
Line 591: | Line 555: | ||
<tr> | <tr> | ||
<td class="col-result">Skipped</td> | <td class="col-result">Skipped</td> | ||
- | <td class="col-name">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</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]::setup</td> |
<td class="col-duration">0.00</td> | <td class="col-duration">0.00</td> | ||
<td class="col-links"></td></tr> | <td class="col-links"></td></tr> | ||
<tr> | <tr> | ||
<td class="extra" colspan="5"> | <td class="extra" colspan="5"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 162, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr></tbody></table></body></html> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 162, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr></tbody> |
+ | <tbody class="passed results-table-row"> | ||
+ | <tr> | ||
+ | <td class="col-result">Passed</td> | ||
+ | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
+ | <td class="col-duration">8.94</td> | ||
+ | <td class="col-links"></td></tr> | ||
+ | <tr> | ||
+ | <td class="extra" colspan="5"> | ||
+ | <div> | ||
+ | <div class="image" style="float: left"> | ||
+ | <a href="#"> | ||
+ | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:bea4d64:at_spectrum.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="empty log">No log output captured.</div></td></tr></tbody> | ||
+ | <tbody class="passed results-table-row"> | ||
+ | <tr> | ||
+ | <td class="col-result">Passed</td> | ||
+ | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
+ | <td class="col-duration">0.35</td> | ||
+ | <td class="col-links"></td></tr> | ||
+ | <tr> | ||
+ | <td class="extra" colspan="5"> | ||
+ | <div> | ||
+ | <div class="image" style="float: left"> | ||
+ | <a href="#"> | ||
+ | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:bea4d64:at_t_rads.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="empty log">No log output captured.</div></td></tr></tbody> | ||
+ | <tbody class="passed results-table-row"> | ||
+ | <tr> | ||
+ | <td class="col-result">Passed</td> | ||
+ | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
+ | <td class="col-duration">0.15</td> | ||
+ | <td class="col-links"></td></tr> | ||
+ | <tr> | ||
+ | <td class="extra" colspan="5"> | ||
+ | <div> | ||
+ | <div class="image" style="float: left"> | ||
+ | <a href="#"> | ||
+ | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:bea4d64:w7_spectrum.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="empty log">No log output captured.</div></td></tr></tbody> | ||
+ | <tbody class="passed results-table-row"> | ||
+ | <tr> | ||
+ | <td class="col-result">Passed</td> | ||
+ | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-rXKKBS/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
+ | <td class="col-duration">0.17</td> | ||
+ | <td class="col-links"></td></tr> | ||
+ | <tr> | ||
+ | <td class="extra" colspan="5"> | ||
+ | <div> | ||
+ | <div class="image" style="float: left"> | ||
+ | <a href="#"> | ||
+ | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:bea4d64:w7_t_rads.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="empty log">No log output captured.</div></td></tr></tbody></table></body></html> |