User Tools

Site Tools


reports:4c93337

This is an old revision of the document!


Test executed on commit 4c933378b0f9d4fc592311d1079365e8920d0ab8

Test Report

Report generated on 13-Jul-2016 at 16:31:07

Environment

Platform Linux-3.13.0-042stab111.12-x86_64-with-debian-jessie-sid
Python 2.7.11

Summary

4 tests ran in 1921.38 seconds.
0 passed, 14 skipped, 4 failed, 0 errors.
0 expected failures, 0 unexpected passes.

Results

Result Test Duration Links
Skipped lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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.')
Failed lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-Jdui5H/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at] 8.02
self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fc076bd8610>
plot_object = <tardis.tests.integration_tests.plot_helpers.PlotUploader object at 0x7fc0741db790>

def test_spectrum(self, plot_object):
plot_object.add(self.plot_spectrum(), "{0}_spectrum".format(self.name))

assert_allclose(
self.reference['/simulation/runner/spectrum/luminosity_density_nu'],
> self.result.runner.spectrum.luminosity_density_nu.cgs.value)
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=0
E
E (mismatch 27.09%)
E x: array([ 0., 0., 0., ..., 0., 0., 0.])
E y: array([ 8.536459e+26, 3.874934e+26, 1.045831e+27, ..., 0.000000e+00,
E 0.000000e+00, 0.000000e+00])

tardis/tests/integration_tests/test_integration.py:132: AssertionError
Skipped lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-Jdui5H/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.')
Failed lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-Jdui5H/lib.linux-x86_64-2.7/tardis/tests/integration_tests/at] 0.13
self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fc073618f50>
plot_object = <tardis.tests.integration_tests.plot_helpers.PlotUploader object at 0x7fc073627050>

def test_shell_temperature(self, plot_object):
plot_object.add(self.plot_t_rads(), "{0}_t_rads".format(self.name))

assert_allclose(
self.reference['/simulation/model/t_rads'],
> self.result.t_rads.cgs.value)
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=0
E
E (mismatch 100.0%)
E x: array([ 13246.057834, 13122.840201, 12764.370229, 12835.121314,
E 11365.503444, 10368.390146, 9553.016729, 9523.397172,
E 9538.147173, 8476.993822, 9929.231602, 8747.59478 ,...
E y: array([ 16729.744922, 16123.450459, 15439.12518 , 14696.256496,
E 13767.405141, 12570.20455 , 11485.805503, 11135.772609,
E 10895.583448, 10525.349467, 10127.667401, 9685.519772,...

tardis/tests/integration_tests/test_integration.py:182: AssertionError
Skipped lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_j_estimators[/tmp/tardis-test-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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-Jdui5H/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.')
Failed lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_spectrum[/tmp/tardis-test-Jdui5H/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7] 0.09
self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fc0705f4350>
plot_object = <tardis.tests.integration_tests.plot_helpers.PlotUploader object at 0x7fc07567b350>

def test_spectrum(self, plot_object):
plot_object.add(self.plot_spectrum(), "{0}_spectrum".format(self.name))

assert_allclose(
self.reference['/simulation/runner/spectrum/luminosity_density_nu'],
> self.result.runner.spectrum.luminosity_density_nu.cgs.value)
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=0
E
E (mismatch 34.79%)
E x: array([ 0., 0., 0., ..., 0., 0., 0.])
E y: array([ 3.053300e+27, 2.108002e+27, 2.757260e+27, ..., 0.000000e+00,
E 0.000000e+00, 0.000000e+00])

tardis/tests/integration_tests/test_integration.py:132: AssertionError
Skipped lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_montecarlo_properties[/tmp/tardis-test-Jdui5H/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.')
Failed lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_shell_temperature[/tmp/tardis-test-Jdui5H/lib.linux-x86_64-2.7/tardis/tests/integration_tests/w7] 0.12
self = <tardis.tests.integration_tests.test_integration.TestIntegration object at 0x7fc073a9a0d0>
plot_object = <tardis.tests.integration_tests.plot_helpers.PlotUploader object at 0x7fc073a9a190>

def test_shell_temperature(self, plot_object):
plot_object.add(self.plot_t_rads(), "{0}_t_rads".format(self.name))

assert_allclose(
self.reference['/simulation/model/t_rads'],
> self.result.t_rads.cgs.value)
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=0
E
E (mismatch 100.0%)
E x: array([ 11048.72189 , 10488.01974 , 9456.148398, 9056.159363,
E 9246.313327, 9245.772216, 9542.523696, 8831.614949,
E 8324.035144, 8658.421673, 8653.380454, 8630.991176,...
E y: array([ 11106.32034 , 10227.732212, 9558.406472, 9448.613357,
E 9387.722158, 9323.329883, 9245.486408, 9108.636253,
E 9044.494768, 9021.496917, 9004.706261, 8987.749179,...

tardis/tests/integration_tests/test_integration.py:182: AssertionError

reports/4c93337.1468420267.txt.gz · Last modified: 2016/07/13 16:31 by karandesai96