Skip to content

Replace nb::typed with a more intuitive interface #1301

Replace nb::typed with a more intuitive interface

Replace nb::typed with a more intuitive interface #1301

Triggered via push February 23, 2024 21:55
Status Failure
Total duration 3m 22s
Artifacts

ci.yml

on: push
Matrix: standard
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Python 3.8 / ubuntu-latest: build/build/tests/test_stl_bind_map.py#L103
test_map_string_double AssertionError: assert '__init__(sel... a dictionary' == '__init__(sel... a dictionary' Skipping 96 identical leading characters in diff, use -v to show Skipping 49 identical trailing characters in diff, use -v to show - elf, arg: Dict[str, float], /) -> None ? ^ + elf, arg: dict[str, float], /) -> None ? ^ Overloaded function. 1. ``__init__(self) -> None`` Default constructor 2. ``__init__(self, arg: test_bind_map_ext.MapStringDouble) -> None`` Copy constructor - 3. ``__init__(self, arg: Dict[str, ? ^ + 3. ``__init__(self, arg: dict[str, ? ^
Python 3.8 / ubuntu-latest
Process completed with exit code 1.
Python 3.8 / macos-latest: build/build/tests/test_stl_bind_map.py#L103
test_map_string_double AssertionError: assert '__init__(sel... a dictionary' == '__init__(sel... a dictionary' Skipping 96 identical leading characters in diff, use -v to show Skipping 49 identical trailing characters in diff, use -v to show - elf, arg: Dict[str, float], /) -> None ? ^ + elf, arg: dict[str, float], /) -> None ? ^ Overloaded function. 1. ``__init__(self) -> None`` Default constructor 2. ``__init__(self, arg: test_bind_map_ext.MapStringDouble) -> None`` Copy constructor - 3. ``__init__(self, arg: Dict[str, ? ^ + 3. ``__init__(self, arg: dict[str, ? ^
Python 3.8 / macos-latest
Process completed with exit code 1.
Python 3.8 / windows-2022: build\build\tests\Debug\test_stl_bind_map.py#L103
test_map_string_double AssertionError: assert '__init__(sel... a dictionary' == '__init__(sel... a dictionary' Skipping 96 identical leading characters in diff, use -v to show Skipping 49 identical trailing characters in diff, use -v to show - elf, arg: Dict[str, float], /) -> None ? ^ + elf, arg: dict[str, float], /) -> None ? ^ Overloaded function. 1. ``__init__(self) -> None`` Default constructor 2. ``__init__(self, arg: test_bind_map_ext.MapStringDouble) -> None`` Copy constructor - 3. ``__init__(self, arg: Dict[str, ? ^ + 3. ``__init__(self, arg: dict[str, ? ^
Python 3.8 / windows-2022
Process completed with exit code 1.