This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
reports:37e480a [2016/07/22 12:43] karandesai96 created |
reports:37e480a [2016/08/05 07:11] (current) karandesai96 |
||
---|---|---|---|
Line 342: | Line 342: | ||
} | } | ||
</script> | </script> | ||
- | <p>Report generated on 22-Jul-2016 at 16:12:51</p> | + | <p>Report generated on 05-Aug-2016 at 07:11:21</p> |
<h2>Environment</h2> | <h2>Environment</h2> | ||
<table id="environment"> | <table id="environment"> | ||
<tr> | <tr> | ||
<td>Platform</td> | <td>Platform</td> | ||
- | <td>Linux-3.16.0-70-generic-x86_64-with-debian-jessie-sid</td></tr> | + | <td>Linux-3.13.0-042stab111.12-x86_64-with-debian-jessie-sid</td></tr> |
<tr> | <tr> | ||
<td>Python</td> | <td>Python</td> | ||
<td>2.7.11</td></tr></table> | <td>2.7.11</td></tr></table> | ||
<h2>Summary</h2> | <h2>Summary</h2> | ||
- | <p>14 tests ran in 183.24 seconds.<br/><span class="passed">4 passed</span>, <span class="skipped">14 skipped</span>, <span class="failed">10 failed</span>, <span class="error">0 errors</span>.<br/><span class="skipped">0 expected failures</span>, <span class="failed">0 unexpected passes</span>.</p> | + | <p>4 tests ran in 2204.20 seconds.<br/><span class="passed">4 passed</span>, <span class="skipped">14 skipped</span>, <span class="failed">0 failed</span>, <span class="error">0 errors</span>.<br/><span class="skipped">0 expected failures</span>, <span class="failed">0 unexpected passes</span>.</p> |
<h2>Results</h2> | <h2>Results</h2> | ||
<table id="results-table"> | <table id="results-table"> | ||
Line 362: | Line 362: | ||
<th>Links</th></tr></thead> | <th>Links</th></tr></thead> | ||
<tbody id="results-table-body"> | <tbody id="results-table-body"> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_ion_number_density[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
- | <td class="col-duration">0.08</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0ad124a90><br/><br/> def test_plasma_ion_number_density(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/ion_number_density'],<br/>> self.result.plasma.ion_number_density.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:78: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 \<br/>atomic_n...30 0.000000e+00 0.000000e+00 0.000000e+00 <br/><br/>[488 rows x 27 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_level_number_density[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
- | <td class="col-duration">0.11</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0aab5ff10><br/><br/> def test_plasma_level_number_density(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/level_number_density'],<br/>> self.result.plasma.level_number_density.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:84: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 \<br/>atomic_nu... 0 0 0 0 0 0 0 0 0 0 <br/><br/>[24713 rows x 27 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_electron_densities[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
- | <td class="col-duration">0.01</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0a9f58410><br/><br/> def test_plasma_electron_densities(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/electron_densities'],<br/>> self.result.plasma.electron_densities.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:90: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1.986685e+09<br/>1 1.871201e+09<br/>2 2.110118e+09<br/>3 2.173392e+09<br/>4 ...925e+07<br/>24 5.215910e+07<br/>25 4.620390e+07<br/>26 4.038320e+07<br/>dtype: float64<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'Series' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_tau_sobolevs[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
- | <td class="col-duration">1.05</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0aab63510><br/><br/> def test_plasma_tau_sobolevs(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/tau_sobolevs'],<br/>> self.result.plasma.tau_sobolevs.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:96: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 3 4 ... 0 0 0 0 <br/>565129 0 0 0 0 0 0 <br/><br/>[271422 rows x 27 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_transition_probabilities[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | ||
- | <td class="col-duration">1.05</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0a7ca22d0><br/><br/> def test_plasma_transition_probabilities(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/transition_probabilities'],<br/>> self.result.plasma.transition_probabilities.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:102: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 3 \<br/>... 3.831005e-01 <br/>36189 1.000000e+00 <br/><br/>[271422 rows x 27 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 104, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 74, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 110, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 80, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 90, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 138, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 108, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 144, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 114, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 150, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="passed results-table-row"> | <tr class="passed results-table-row"> | ||
<td class="col-result">Passed</td> | <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-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-pnd9on/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> |
- | <td class="col-duration">0.93</td> | + | <td class="col-duration">11.57</td> |
<td class="col-links"></td> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
Line 448: | Line 413: | ||
<div class="image" style="float: left"> | <div class="image" style="float: left"> | ||
<a href="#"> | <a href="#"> | ||
- | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:w7_spectrum.png" /> | + | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:at_spectrum.png" /> |
</a> | </a> | ||
</div> | </div> | ||
Line 455: | Line 420: | ||
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 192, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <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> |
<tr class="passed results-table-row"> | <tr class="passed results-table-row"> | ||
<td class="col-result">Passed</td> | <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-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</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-pnd9on/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> |
- | <td class="col-duration">0.54</td> | + | <td class="col-duration">0.14</td> |
<td class="col-links"></td> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
Line 469: | Line 434: | ||
<div class="image" style="float: left"> | <div class="image" style="float: left"> | ||
<a href="#"> | <a href="#"> | ||
- | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:w7_t_rads.png" /> | + | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:at_t_rads.png" /> |
</a> | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="empty log">No log output captured.</div></td></tr> | <div class="empty log">No log output captured.</div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_ion_number_density[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
- | <td class="col-duration">0.10</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0a962ba10><br/><br/> def test_plasma_ion_number_density(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/ion_number_density'],<br/>> self.result.plasma.ion_number_density.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:78: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 \<br/>atomic_n... 30 0.000000e+00 0.000000e+00 <br/><br/>[475 rows x 20 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_level_number_density[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
- | <td class="col-duration">0.24</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0a810eed0><br/><br/> def test_plasma_level_number_density(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/level_number_density'],<br/>> self.result.plasma.level_number_density.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:84: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 \<br/>atomic_nu...0 0 0.000000e+00 0.000000e+00 <br/><br/>[24414 rows x 20 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_electron_densities[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
- | <td class="col-duration">0.01</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0aab3d210><br/><br/> def test_plasma_electron_densities(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/electron_densities'],<br/>> self.result.plasma.electron_densities.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:90: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 2.153916e+10<br/>1 1.991003e+10<br/>2 1.708238e+10<br/>3 1.358625e+10<br/>4 ...091e+04<br/>17 3.918710e+04<br/>18 1.724594e+04<br/>19 7.129566e+03<br/>dtype: float64<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'Series' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_tau_sobolevs[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
- | <td class="col-duration">0.86</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0aab63a50><br/><br/> def test_plasma_tau_sobolevs(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/tau_sobolevs'],<br/>> self.result.plasma.tau_sobolevs.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:96: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 3 4 ...521e-24 7.559059e-25 1.127311e-25 1.455248e-26 <br/><br/>[270394 rows x 20 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
- | <tr class="failed results-table-row"> | ||
- | <td class="col-result">Failed</td> | ||
- | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_plasma_transition_probabilities[/tmp/tardis-test-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | ||
- | <td class="col-duration">1.02</td> | ||
- | <td class="col-links"></td> | ||
- | <td class="extra"> | ||
- | <div class="log" style="clear: both">self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fb0aab81b90><br/><br/> def test_plasma_transition_probabilities(self):<br/> assert_allclose(<br/> self.reference['/simulation/model/plasma/transition_probabilities'],<br/>> self.result.plasma.transition_probabilities.cgs.value<br/> )<br/><br/>tardis/tests/integration_tests/test_integration.py:102: <br/>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br/><br/>self = 0 1 2 3 4 \<br/>transi... 1.000000 1.000000 1.000000 1.000000 1.000000 <br/><br/>[270394 rows x 20 columns]<br/>name = 'cgs'<br/><br/> def __getattr__(self, name):<br/> """After regular attribute access, try looking up the name<br/> This allows simpler access to columns for interactive use.<br/> """<br/> # Note: obj.x will always call obj.__getattribute__('x') prior to<br/> # calling obj.__getattr__('x').<br/> <br/> if (name in self._internal_names_set<br/> or name in self._metadata<br/> or name in self._accessors):<br/> return object.__getattribute__(self, name)<br/> else:<br/> if name in self._info_axis:<br/> return self[name]<br/> raise AttributeError("'%s' object has no attribute '%s'" %<br/>> (type(self).__name__, name))<br/><span class="error">E AttributeError: 'DataFrame' object has no attribute 'cgs'</span><br/><br/>/home/darth_sidious/anaconda2/envs/tardis/lib/python2.7/site-packages/pandas/core/generic.py:2150: AttributeError<br/></div></td></tr> | ||
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 104, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 74, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 110, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 80, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 90, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 138, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 108, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 144, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 114, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 150, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 120, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> |
<tr class="passed results-table-row"> | <tr class="passed results-table-row"> | ||
<td class="col-result">Passed</td> | <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-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</td> | + | <td class="col-name">lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-pnd9on/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> |
- | <td class="col-duration">0.40</td> | + | <td class="col-duration">0.36</td> |
<td class="col-links"></td> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
Line 560: | Line 490: | ||
<div class="image" style="float: left"> | <div class="image" style="float: left"> | ||
<a href="#"> | <a href="#"> | ||
- | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:at_spectrum.png" /> | + | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:w7_spectrum.png" /> |
</a> | </a> | ||
</div> | </div> | ||
Line 567: | Line 497: | ||
<tr class="skipped results-table-row"> | <tr class="skipped results-table-row"> | ||
<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-g29dqb/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-pnd9on/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> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
- | <div class="log" style="clear: both">('lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py', 192, u'Skipped: Introduction of HDF mechanism.')<br/></div></td></tr> | + | <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> |
<tr class="passed results-table-row"> | <tr class="passed results-table-row"> | ||
<td class="col-result">Passed</td> | <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-g29dqb/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at]</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-pnd9on/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7]</td> |
- | <td class="col-duration">0.42</td> | + | <td class="col-duration">0.13</td> |
<td class="col-links"></td> | <td class="col-links"></td> | ||
<td class="extra"> | <td class="extra"> | ||
Line 581: | Line 511: | ||
<div class="image" style="float: left"> | <div class="image" style="float: left"> | ||
<a href="#"> | <a href="#"> | ||
- | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:at_t_rads.png" /> | + | <img src= "http://opensupernova.org/~karandesai96/integration/lib/exe/fetch.php?media=reports:37e480a:w7_t_rads.png" /> |
</a> | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="empty log">No log output captured.</div></td></tr></tbody></table></body></html> | <div class="empty log">No log output captured.</div></td></tr></tbody></table></body></html> |