Build: #3 failed Changes by Joshua Hoskins
Test results
- 678 tests in total
- 10 tests failed
- 1 failure is new
- 12 tests were quarantined / skipped
- 11 minutes taken in total.
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
worker_test
test_build_fitting_configuration[inp2-cspline-False]
|
Pipeline PR Test 6.6.6 | < 1 sec | |
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = 'cspline'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
||||
| Status | Test | Failing since | View job | Duration | |
|---|---|---|---|---|---|
|
worker_test
test_build_fitting_configuration[inp1-expected1-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = {}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp3-expected3-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = {30: 'poly'}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp0-None-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = None
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[ValueError-expected9-True]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
TypeError: expected exception must be a BaseException type, not int
inp = <class 'ValueError'>, expected = {19: 'invalid'}, should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp7-expected7-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'cspline', 23: 'poly'}
expected = {17: 'poly', 19: 'cspline', 23: 'poly'}, should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp4-poly-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'poly', 23: 'poly'}, expected = 'poly'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp5-expected5-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'poly'}, expected = {'23': 'poly'}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[ValueError-badfunc-True]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
TypeError: expected exception must be a BaseException type, not str
inp = <class 'ValueError'>, expected = 'badfunc', should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp6-expected6-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'cspline', 23: 'cspline'}
expected = {'17': 'poly', 19: 'cspline'}, should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
| Status | Test | Failing since | View job |
|---|---|---|---|
|
atmutil_test
test_get_median_elevation[2-51.13635643503322]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_median_elevation[1-51.13678069960953]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_transmission[1-17-0.9685033492155325]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_median_elevation[0-51.137000119425466]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_spw_spec[15-expected0]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_spw_spec[17-expected1]
|
Pipeline PR Test 6.6.6 | ||
|
atmutil_test
test_get_transmission[0-15-0.8427800044848566]
|
Pipeline PR Test 6.6.6 | ||
|
daskhelpers_test
test_parallel_processing
|
Pipeline PR Test 6.6.6 | ||
|
daskhelpers_test
test_parallel_map
|
Pipeline PR Test 6.6.6 | ||
|
daskhelpers_test
test_parallel_task_performance
|
Pipeline PR Test 6.6.6 | ||
|
recipe_converter_test
test_generate_all
|
Pipeline PR Test 6.6.6 | ||
|
recipe_converter_test
test_main
|
Pipeline PR Test 6.6.6 |