Skip to content

fix Series.from_list/2 bugs #2152

fix Series.from_list/2 bugs

fix Series.from_list/2 bugs #2152

Triggered via pull request January 19, 2024 03:11
Status Failure
Total duration 2m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
mix format
8s
mix format
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
test (25.3, 1.14): test/explorer/series/list_test.exs#L70
test from_list/2 list of lists of integers recursively - u64 (Explorer.Series.ListTest)
test (25.3, 1.14): test/explorer/series/list_test.exs#L54
test from_list/2 list of lists of integers with one u64 (Explorer.Series.ListTest)
test (25.3, 1.14): test/explorer/series/list_test.exs#L38
test from_list/2 list of lists of one integer & one u64 (Explorer.Series.ListTest)
test (25.3, 1.14): test/explorer/series/list_test.exs#L46
test from_list/2 list of lists of one negative integer & one u64 (Explorer.Series.ListTest)
test (25.3, 1.14): test/explorer/series/struct_test.exs#L48
test from_list/2 allows struct values - list of u64 integers (Explorer.Series.StructTest)
test (25.3, 1.14): test/explorer/series/struct_test.exs#L40
test from_list/2 allows struct values - u64 integers (Explorer.Series.StructTest)
test (25.3, 1.14): test/explorer/series_test.exs#L68
test from_list/1 with integers (u64 at start) (Explorer.SeriesTest)
test (25.3, 1.14): test/explorer/series_test.exs#L165
test from_list/1 u64 integers with dtype s64 - raises error (Explorer.SeriesTest)
test (25.3, 1.14): test/explorer/series_test.exs#L105
test from_list/1 s16 integers with dtype s8 - raises error (Explorer.SeriesTest)
test (25.3, 1.14): test/explorer/series_test.exs#L145
test from_list/1 u32 integers with dtype u16 - raises error (Explorer.SeriesTest)
test (26.2.1, 1.16): test/explorer/series/list_test.exs#L46
test from_list/2 list of lists of one negative integer & one u64 (Explorer.Series.ListTest)
test (26.2.1, 1.16): test/explorer/series/list_test.exs#L54
test from_list/2 list of lists of integers with one u64 (Explorer.Series.ListTest)
test (26.2.1, 1.16): test/explorer/series/list_test.exs#L70
test from_list/2 list of lists of integers recursively - u64 (Explorer.Series.ListTest)
test (26.2.1, 1.16): test/explorer/series/list_test.exs#L38
test from_list/2 list of lists of one integer & one u64 (Explorer.Series.ListTest)
test (26.2.1, 1.16): test/explorer/series/struct_test.exs#L40
test from_list/2 allows struct values - u64 integers (Explorer.Series.StructTest)
test (26.2.1, 1.16): test/explorer/series/struct_test.exs#L48
test from_list/2 allows struct values - list of u64 integers (Explorer.Series.StructTest)
test (26.2.1, 1.16): test/explorer/series_test.exs#L54
test from_list/1 with u64 integers (Explorer.SeriesTest)
test (26.2.1, 1.16): test/explorer/series_test.exs#L135
test from_list/1 u16 integers with dtype u8 - raises error (Explorer.SeriesTest)
test (26.2.1, 1.16): test/explorer/series_test.exs#L89
test from_list/1 signed integers with dtype u64 - raises error (Explorer.SeriesTest)
test (26.2.1, 1.16): test/explorer/series_test.exs#L97
test from_list/1 signed integers and u64 - raises error (Explorer.SeriesTest)
test (25.3, 1.14)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead