Skip to content

Const xuv

Const xuv #15

GitHub Actions / Test Results failed Apr 16, 2024 in 0s

127 fail, 18 989 pass in 3m 45s

19 116 tests  +440   18 989 ✅ +313   3m 45s ⏱️ +7s
     1 suites ±  0        0 💤 ±  0 
     1 files   ±  0      127 ❌ +127 

Results for commit aeb051a. ± Comparison against earlier commit 9526f31.

Annotations

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.planet.RGLimit-0.0-unit26-param_options26] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2721030310>
vplanet_output = <vplanet.Output: system>, param = 'log.initial.planet.RGLimit'
value = 0.0, unit = Unit("m"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.planet.RocheRadius-1626.273816-unit41-param_options41] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2721031660>
vplanet_output = <vplanet.Output: system>
param = 'log.initial.planet.RocheRadius', value = 1626.273816
unit = Unit("earthRad"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.planet.BondiRadius-21.602817-unit42-param_options42] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f27210315a0>
vplanet_output = <vplanet.Output: system>
param = 'log.initial.planet.BondiRadius', value = 21.602817
unit = Unit("earthRad"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.planet.RRCriticalFlux-0.012799-unit44-param_options44] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2721031420>
vplanet_output = <vplanet.Output: system>
param = 'log.initial.planet.RRCriticalFlux', value = 0.012799
unit = Unit("W / m2"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.planet.KTide-0.969687-unit53-param_options53] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2721032170>
vplanet_output = <vplanet.Output: system>, param = 'log.initial.planet.KTide'
value = 0.969687, unit = Unit(dimensionless), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.planet.RGLimit-0.0-unit81-param_options81] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2720dc0c40>
vplanet_output = <vplanet.Output: system>, param = 'log.final.planet.RGLimit'
value = 0.0, unit = Unit("m"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.planet.RocheRadius-1626.273816-unit96-param_options96] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2720dc17b0>
vplanet_output = <vplanet.Output: system>
param = 'log.final.planet.RocheRadius', value = 1626.273816
unit = Unit("earthRad"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.planet.BondiRadius-21.602817-unit97-param_options97] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2720dc1870>
vplanet_output = <vplanet.Output: system>
param = 'log.final.planet.BondiRadius', value = 21.602817
unit = Unit("earthRad"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.planet.RRCriticalFlux-0.012799-unit99-param_options99] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2720dc19f0>
vplanet_output = <vplanet.Output: system>
param = 'log.final.planet.RRCriticalFlux', value = 0.012799
unit = Unit("W / m2"), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.planet.KTide-0.969687-unit108-param_options108] (tests.Atmesc.HydELimNoXUVLopez12.test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_HydELimNoXUVLopez12.Test_HydELimConstXUVLopez12 object at 0x7f2720dc20b0>
vplanet_output = <vplanet.Output: system>, param = 'log.final.planet.KTide'
value = 0.969687, unit = Unit(dimensionless), param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15NoO2SinkBolmont16.test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLB15NoO2SinkBolmont16.test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16 object at 0x7f2720e2ac20>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15NoO2SinkBolmont16.test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLB15NoO2SinkBolmont16.test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15NoO2SinkBolmont16.Test_WaterELimConstXUVLB15NoO2SinkBolmont16 object at 0x7f2720cca590>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O object at 0x7f2720d383d0>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLB15NoO2SinkConstXAbsEffH2O object at 0x7f2720d3ad10>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15SinkO2Bolmont16.test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLB15SinkO2Bolmont16.test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16 object at 0x7f2720d94a90>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15SinkO2Bolmont16.test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLB15SinkO2Bolmont16.test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15SinkO2Bolmont16.Test_WaterELimConstXUVLB15SinkO2Bolmont16 object at 0x7f2720d973d0>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O object at 0x7f2720c0d240>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLB15SinkO2ConstXAbsEffH2O object at 0x7f2720c0fb80>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkBolmont16.test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkBolmont16.test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16 object at 0x7f2720c3b220>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkBolmont16.test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkBolmont16.test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactNoO2SinkBolmont16.Test_WaterELimConstXUVLBExactNoO2SinkBolmont16 object at 0x7f2720ca02b0>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLBExactNoO2Sink…nstXAbsEffH2O.test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O object at 0x7f2720ca3220>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O.Test_WaterELimConstXUVLBExactNoO2SinkConstXAbsEffH2O object at 0x7f2720b08a60>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactSinkO2Bolmont16.test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLBExactSinkO2Bolmont16.test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16 object at 0x7f2720b0aef0>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactSinkO2Bolmont16.test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.final.earth.BondiRadius-124901600.0-unit97-param_options97] (tests.Atmesc.WaterELimConstXUVLBExactSinkO2Bolmont16.test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactSinkO2Bolmont16.Test_WaterELimConstXUVLBExactSinkO2Bolmont16 object at 0x7f2720b81150>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.final.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError

Check warning on line 0 in tests.Atmesc.WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_benchmark[log.initial.earth.BondiRadius-124901600.0-unit42-param_options42] (tests.Atmesc.WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O.test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O) failed

junit/test-results.xml [took 0s]
Raw output
AssertionError
self = <test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O.Test_WaterELimConstXUVLBExactSinkO2ConstXAbsEffH2O object at 0x7f2720b82ec0>
vplanet_output = <vplanet.Output: solarsystem>
param = 'log.initial.earth.BondiRadius', value = 124901600.0, unit = Unit("m")
param_options = {}

    def test_benchmark(self, vplanet_output, param, value, unit, param_options):
        # The value returned by vplanet
        output_value = recursive_getattr(vplanet_output, param)
    
        # Are we comparing a specific index of an array?
        index = param_options.pop("index", None)
        if index is not None:
            output_value = output_value[index]
    
        # The expected value
        benchmark_value = value * unit
    
        # Check
        if np.allclose(output_value, benchmark_value, **param_options) == 0:
            print(
                "Standard: " + repr(benchmark_value) + ", Trial: " + repr(output_value)
            )
>           assert False
E           AssertionError

tests/benchmark.py:35: AssertionError