Skip to content

Bump Python/Cython version (#268) #276

Bump Python/Cython version (#268)

Bump Python/Cython version (#268) #276

GitHub Actions / Unit Test Results succeeded Aug 14, 2024 in 0s

All 115 tests pass, 4 skipped in 37s

119 tests  ±0   115 ✅ ±0   37s ⏱️ -1s
  1 suites ±0     4 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 866ea41. ± Comparison against earlier commit 4f01ec3.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

4 skipped tests found

There are 4 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
test.test_cdata_structures ‑ test_stoplist_getitem_and_elem_removal_consistent
test.test_fleet_state ‑ test_slow_simple_fleet_state_from_fleet
test.test_fleet_state ‑ test_slow_simple_fleet_state_initialization
test.test_space ‑ test_python_cython_graph_interpolation_equivalence

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

119 tests found

There are 119 tests, see "Raw output" for the full list of tests.
Raw output
test.test_analytics ‑ test_get_stops_and_requests_and_get_quantities
test.test_analytics ‑ test_get_stops_and_requests_with_actual_simulation
test.test_analytics ‑ test_get_stops_and_requests_with_actual_simulation_none_accepted
test.test_bruteforce_dispatcher ‑ test_append_due_to_timewindow[cython]
test.test_bruteforce_dispatcher ‑ test_append_due_to_timewindow[python]
test.test_bruteforce_dispatcher ‑ test_append_to_empty_stoplist[cython]
test.test_bruteforce_dispatcher ‑ test_append_to_empty_stoplist[python]
test.test_bruteforce_dispatcher ‑ test_inserted_at_the_middle[cython]
test.test_bruteforce_dispatcher ‑ test_inserted_at_the_middle[python]
test.test_bruteforce_dispatcher ‑ test_inserted_separately[cython]
test.test_bruteforce_dispatcher ‑ test_inserted_separately[python]
test.test_bruteforce_dispatcher ‑ test_no_solution_found[cython]
test.test_bruteforce_dispatcher ‑ test_no_solution_found[python]
test.test_bruteforce_dispatcher ‑ test_not_inserted_separately_dueto_capacity_constraint[cython]
test.test_bruteforce_dispatcher ‑ test_not_inserted_separately_dueto_capacity_constraint[python]
test.test_bruteforce_dispatcher ‑ test_sanity_in_graph
test.test_bruteforce_dispatcher ‑ test_stoplist_not_modified_inplace[cython]
test.test_bruteforce_dispatcher ‑ test_stoplist_not_modified_inplace[python]
test.test_bruteforce_dispatcher ‑ test_timewindow_violation_at_dropoff_checked[cython]
test.test_bruteforce_dispatcher ‑ test_timewindow_violation_at_dropoff_checked[python]
test.test_bruteforce_dispatcher ‑ test_timewindow_violation_at_pickup_checked[cython]
test.test_bruteforce_dispatcher ‑ test_timewindow_violation_at_pickup_checked[python]
test.test_bruteforce_dispatcher_cython ‑ test_equivalence_cython_and_python_bruteforce_dispatcher
test.test_bruteforce_dispatcher_cython ‑ test_equivalence_simulator_cython_and_python_bruteforce_dispatcher
test.test_bruteforce_dispatcher_cython ‑ test_sanity_in_graph
test.test_cdata_structures ‑ test_attr_get
test.test_cdata_structures ‑ test_attr_get_stoplist
test.test_cdata_structures ‑ test_attr_not_none
test.test_cdata_structures ‑ test_attr_set_intern_req
test.test_cdata_structures ‑ test_attr_set_stop_with_intern_req
test.test_cdata_structures ‑ test_attr_set_stop_with_transp_req
test.test_cdata_structures ‑ test_attr_set_stoplist
test.test_cdata_structures ‑ test_attr_set_transp_req
test.test_cdata_structures ‑ test_repr
test.test_cdata_structures ‑ test_stoplist_attr_against_dangling_pointers
test.test_cdata_structures ‑ test_stoplist_generation_performs_deepcopy_of_stops
test.test_cdata_structures ‑ test_stoplist_getitem_and_elem_removal_consistent
test.test_cdata_structures ‑ test_stoplist_getitem_and_elem_removal_consistent_with_deepcopy
test.test_extras ‑ test_get_system_quantities
test.test_extras ‑ test_io_params[False]
test.test_extras ‑ test_io_params[True]
test.test_extras ‑ test_io_simulate
test.test_extras ‑ test_param_scan
test.test_extras ‑ test_param_scan_dry_run
test.test_extras ‑ test_param_scan_equivalent_to_cartesian_product
test.test_extras ‑ test_param_scan_equivalent_to_pure_zip
test.test_extras ‑ test_param_scan_length
test.test_extras ‑ test_simulate[False]
test.test_extras ‑ test_simulate[True]
test.test_extras ‑ test_simulation_set_json
test.test_extras ‑ test_simulation_set_validate
test.test_extras ‑ test_spaces
test.test_fleet_state ‑ test_reject_trivial_requests[cython]
test.test_fleet_state ‑ test_reject_trivial_requests[python]
test.test_fleet_state ‑ test_slow_simple_fleet_state_from_fleet
test.test_fleet_state ‑ test_slow_simple_fleet_state_initialization
test.test_integration ‑ test_notebooks
test.test_integration ‑ test_simulate_script
test.test_pickling ‑ test_pickling_data_structures
test.test_pickling ‑ test_pickling_spaces
test.test_request_generator ‑ test_random_request_generator
test.test_request_generator ‑ test_random_request_generator_no_trivial
test.test_simple_ellipse_dispatcher ‑ test_append_to_empty_stoplist[cython]
test.test_simple_ellipse_dispatcher ‑ test_capacity_constraint[cython]
test.test_simple_ellipse_dispatcher ‑ test_dropoff_appended[cython]
test.test_simple_ellipse_dispatcher ‑ test_inserted_at_the_middle[cython]
test.test_simple_ellipse_dispatcher ‑ test_inserted_at_the_middle_with_detour[cython]
test.test_simple_ellipse_dispatcher ‑ test_inserted_separately[cython]
test.test_simple_ellipse_dispatcher ‑ test_inserted_separately_with_detour[cython]
test.test_simple_ellipse_dispatcher ‑ test_pickup_and_dropoff_appended[cython]
test.test_simple_ellipse_dispatcher ‑ test_same_location_with_detour[cython]
test.test_simulator ‑ test_brute_force_dispatcher_2d
test.test_simulator ‑ test_events_sorted
test.test_simulator ‑ test_slow_simple_fleet_state_simulate
test.test_simulator ‑ test_with_taxicab_dispatcher_simple_1
test.test_simulator ‑ test_with_taxicab_everyone_delivered_zero_delay
test.test_simulator ‑ test_with_taxicab_one_taxi_delivered_with_delay
test.test_space ‑ test_CyEuclidean2D
test.test_space ‑ test_CyGraph_d_vs_t
test.test_space ‑ test_CyGraph_distance
test.test_space ‑ test_CyGraph_interp_d_vs_t
test.test_space ‑ test_CyGraph_interpolate
test.test_space ‑ test_CyGrid2D
test.test_space ‑ test_CyGrid2D_QM
test.test_space ‑ test_CyGrid2D_QM_interpolation
test.test_space ‑ test_CyGrid2D_QM_random_points_discrete
test.test_space ‑ test_CyGrid2D_QM_velocity
test.test_space ‑ test_CyGrid2D_dn_dm[space0]
test.test_space ‑ test_CyGrid2D_dn_dm[space1]
test.test_space ‑ test_CyGrid2D_interpolation
test.test_space ‑ test_CyGrid2D_random_points_discrete
test.test_space ‑ test_CyGrid2D_velocity
test.test_space ‑ test_CyManhattan2D
test.test_space ‑ test_Euclidean
test.test_space ‑ test_Euclidean1D
test.test_space ‑ test_Euclidean2D
test.test_space ‑ test_Euclidean2D_smart_vectorize
test.test_space ‑ test_Manhattan2D
test.test_space ‑ test_caching_in_boost_graph_space
test.test_space ‑ test_cyclic_graph
test.test_space ‑ test_digraph
test.test_space ‑ test_graph_relabeling_deepcopy
test.test_space ‑ test_grid
test.test_space ‑ test_interpolation_in_2D_continuous_spaces
test.test_space ‑ test_py_cy_from_nx
test.test_space ‑ test_py_cy_from_nx_graph_type
test.test_space ‑ test_py_cy_init
test.test_space ‑ test_python_cython_graph_interpolation_equivalence
test.test_space ‑ test_random_point_generation
test.test_space ‑ test_repr
test.test_space ‑ test_star_graph
test.test_util ‑ test_make_dict
test.test_util ‑ test_smartVectorize
test.test_vehicle_state ‑ test_fast_forward_time[euclid1d-cython]
test.test_vehicle_state ‑ test_fast_forward_time[euclid1d-python]
test.test_vehicle_state ‑ test_fast_forward_time[euclid2d-cython]
test.test_vehicle_state ‑ test_fast_forward_time[euclid2d-python]
test.test_vehicle_state ‑ test_fast_forward_time[grid-cython]
test.test_vehicle_state ‑ test_fast_forward_time[grid-python]