tests/components/test_component.py::TestComponent::test_detection_of_legal_arg_in_kwargs
tests/components/test_component.py::TestComponent::test_detection_of_illegal_arg_in_kwargs
tests/components/test_component.py::TestComponent::test_detection_of_illegal_args_in_kwargs
tests/components/test_component.py::TestComponent::test_component_execution_counts_for_standalone_mechanism
tests/components/test_component.py::TestComponent::test_component_execution_counts_for_mechanisms_in_composition
tests/components/test_component.py::TestComponent::test__set_all_parameter_properties_recursively
tests/components/test_general.py::test_abstract_classes[Mechanism_Base]
tests/components/test_general.py::test_abstract_classes[Function_Base]
tests/components/test_general.py::test_abstract_classes[Port_Base]
tests/components/test_general.py::test_abstract_classes[ModulatoryProjection_Base]
tests/components/test_general.py::test_abstract_classes[PathwayProjection_Base]
tests/composition/test_autodiffcomposition.py::TestACConstructor::test_no_args
tests/composition/test_autodiffcomposition.py::TestACConstructor::test_two_calls_no_args
tests/composition/test_autodiffcomposition.py::TestACConstructor::test_pytorch_representation
tests/composition/test_autodiffcomposition.py::TestACConstructor::test_report_prefs
tests/composition/test_autodiffcomposition.py::TestACConstructor::test_patience
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_param_init_from_pnl
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_training_then_processing[Python]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_training_then_processing[LLVMRun]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_various_loss_specs[Python-l1]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_various_loss_specs[Python-poissonnll]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_various_loss_specs[LLVMRun-l1]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_various_loss_specs[LLVMRun-poissonnll]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_pytorch_loss_spec[Python]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_pytorch_loss_spec[LLVMRun]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[Python-10-0-sgd]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[Python-1.5-1-sgd]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[Python-1.5-1-adam]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[LLVMRun-10-0-sgd]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[LLVMRun-1.5-1-sgd]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_optimizer_specs[LLVMRun-1.5-1-adam]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_params_stay_separate[Python]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_params_stay_separate[LLVMRun]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_get_params[Python]
tests/composition/test_autodiffcomposition.py::TestMiscTrainingFunctionality::test_get_params[LLVMRun]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_xor_training_correctness[Python-20000-single-adam-True]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_xor_training_correctness[Python-20000-single-adam-False]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_xor_training_correctness[LLVMRun-20000-single-adam-True]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_xor_training_correctness[LLVMRun-20000-single-adam-False]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_semantic_net_training_correctness[Python-1000-adam-True]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_semantic_net_training_correctness[LLVMRun-1000-adam-True]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_pytorch_equivalence_with_autodiff_composition[Python]
tests/composition/test_autodiffcomposition.py::TestTrainingCorrectness::test_pytorch_equivalence_with_autodiff_composition[LLVMRun]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[Python-1-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[Python-10-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[Python-100-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[LLVMRun-1-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[LLVMRun-10-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_and_training_time[LLVMRun-100-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[Python-1-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[Python-10-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[Python-100-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[LLVMRun-1-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[LLVMRun-10-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_xor_training_time[LLVMRun-100-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_semantic_net_training_time[1-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_semantic_net_training_time[10-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingTime::test_semantic_net_training_time[100-sgd]
tests/composition/test_autodiffcomposition.py::TestTrainingIdenticalness::test_semantic_net_training_identicalness[10-sgd]
tests/composition/test_autodiffcomposition.py::TestACLogging::test_autodiff_logging
tests/composition/test_autodiffcomposition.py::TestNested::test_xor_nested_train_then_no_train[Python-2000-4-10-1e-05]
tests/composition/test_autodiffcomposition.py::TestNested::test_xor_nested_train_then_no_train[LLVMRun-2000-4-10-1e-05]
tests/composition/test_autodiffcomposition.py::TestNested::test_xor_nested_no_train_then_train[2000-4-10-1e-05]
tests/composition/test_autodiffcomposition.py::TestNested::test_semantic_net_nested[1-sgd]
tests/composition/test_autodiffcomposition.py::TestBatching::test_call_before_minibatch
tests/composition/test_autodiffcomposition.py::TestBatching::test_call_after_minibatch
tests/composition/test_autodiffcomposition.py::TestBatching::test_batching_with_epochs_specified[1]
tests/composition/test_autodiffcomposition.py::TestBatching::test_batching_with_epochs_specified[5]
tests/composition/test_autodiffcomposition.py::TestBatching::test_batching_with_epochs_specified[10]
tests/composition/test_autodiffcomposition.py::TestBatching::test_batching_with_epochs_specified[100]
tests/composition/test_composition.py::TestConstructor::test_no_args
tests/composition/test_composition.py::TestConstructor::test_two_calls_no_args
tests/composition/test_composition.py::TestConstructor::test_timing_no_args[10000]
tests/composition/test_composition.py::TestAddMechanism::test_add_once
tests/composition/test_composition.py::TestAddMechanism::test_add_twice
tests/composition/test_composition.py::TestAddMechanism::test_add_same_twice
tests/composition/test_composition.py::TestAddMechanism::test_add_multiple_projections_at_once
tests/composition/test_composition.py::TestAddMechanism::test_add_multiple_projections_no_sender
tests/composition/test_composition.py::TestAddMechanism::test_add_multiple_projections_no_receiver
tests/composition/test_composition.py::TestAddMechanism::test_add_multiple_projections_not_a_proj
tests/composition/test_composition.py::TestAddMechanism::test_add_multiple_nodes_at_once
tests/composition/test_composition.py::TestAddMechanism::test_timing_stress[100]
tests/composition/test_composition.py::TestAddProjection::test_add_once
tests/composition/test_composition.py::TestAddProjection::test_add_twice
tests/composition/test_composition.py::TestAddProjection::test_add_fully_specified_projection_object
tests/composition/test_composition.py::TestAddProjection::test_add_proj_sender_and_receiver_only
tests/composition/test_composition.py::TestAddProjection::test_add_proj_missing_sender
tests/composition/test_composition.py::TestAddProjection::test_add_proj_missing_receiver
tests/composition/test_composition.py::TestAddProjection::test_add_proj_invalid_projection_spec
tests/composition/test_composition.py::TestAddProjection::test_add_proj_weights_only
tests/composition/test_composition.py::TestAddProjection::test_add_linear_processing_pathway_with_noderole_specified_in_tuple
tests/composition/test_composition.py::TestAddProjection::test_add_linear_processing_pathway_containing_nodes_with_existing_projections
tests/composition/test_composition.py::TestAddProjection::test_add_backpropagation_learning_pathway_containing_nodes_with_existing_projections
tests/composition/test_composition.py::TestAddProjection::test_linear_processing_pathway_weights_only
tests/composition/test_composition.py::TestAddProjection::test_add_conflicting_projection_object
tests/composition/test_composition.py::TestAddProjection::test_timing_stress[1000]
tests/composition/test_composition.py::TestAnalyzeGraph::test_empty_call
tests/composition/test_composition.py::TestAnalyzeGraph::test_singleton
tests/composition/test_composition.py::TestAnalyzeGraph::test_two_independent
tests/composition/test_composition.py::TestAnalyzeGraph::test_two_in_a_row
tests/composition/test_composition.py::TestAnalyzeGraph::test_two_recursive
tests/composition/test_composition.py::TestAnalyzeGraph::test_two_origins_pointing_to_recursive_pair
tests/composition/test_composition.py::TestAnalyzeGraph::test_controller_objective_mech_not_terminal
tests/composition/test_composition.py::TestAnalyzeGraph::test_controller_objective_mech_not_terminal_fall_back
tests/composition/test_composition.py::TestGraphCycles::test_recurrent_transfer_mechanisms
tests/composition/test_composition.py::TestExecutionOrder::test_2_node_loop
tests/composition/test_composition.py::TestExecutionOrder::test_double_loop
tests/composition/test_composition.py::TestExecutionOrder::test_feedback_pathway_spec
tests/composition/test_composition.py::TestExecutionOrder::test_feedback_projection_spec
tests/composition/test_composition.py::TestExecutionOrder::test_outer_feedback_inner_loop
tests/composition/test_composition.py::TestExecutionOrder::test_inner_feedback_outer_loop
tests/composition/test_composition.py::TestExecutionOrder::test_origin_loop
tests/composition/test_composition.py::TestExecutionOrder::test_terminal_loop
tests/composition/test_composition.py::TestExecutionOrder::test_simple_loop
tests/composition/test_composition.py::TestExecutionOrder::test_loop_with_extra_node
tests/composition/test_composition.py::TestExecutionOrder::test_two_overlapping_loops
tests/composition/test_composition.py::TestExecutionOrder::test_two_separate_loops
tests/composition/test_composition.py::TestExecutionOrder::test_two_paths_converge
tests/composition/test_composition.py::TestExecutionOrder::test_diverge_and_reconverge
tests/composition/test_composition.py::TestExecutionOrder::test_diverge_and_reconverge_2
tests/composition/test_composition.py::TestExecutionOrder::test_figure_eight
tests/composition/test_composition.py::TestExecutionOrder::test_many_loops
tests/composition/test_composition.py::TestExecutionOrder::test_multiple_projections_along_pathway
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_frozen_values[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_multi_control_1_terminal[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_additive_control_1_terminal[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_override_control_1_terminal[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_3_mechanisms_2_origins_1_disable_control_1_terminal[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism[PTXRun]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[Python]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[LLVM]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[LLVMExec]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[LLVMRun]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[PTXExec]
tests/composition/test_composition.py::TestExecutionOrder::test_transfer_mechanism_split[PTXRun]
tests/composition/test_composition.py::TestGetMechanismsByRole::test_multiple_roles
tests/composition/test_composition.py::TestGetMechanismsByRole::test_nonexistent_role
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_all_mechanisms
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_triangle
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_x
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_cycle_linear
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_cycle_x
tests/composition/test_composition.py::TestGraph::TestProcessingGraph::test_cycle_x_multiple_incoming
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_grow[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_shrink[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_input_5[PTXRun]
tests/composition/test_composition.py::TestRun::test_projection_assignment_mistake_swap
tests/composition/test_composition.py::TestRun::test_projection_assignment_mistake_swap2
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[Python]
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[LLVM]
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_5_mechanisms_2_origins_1_terminal[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_integrator[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_scheduling_AAB_transfer[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_with_multiple_trials_of_input_values[PTXRun]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[Python]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[LLVM]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[LLVMExec]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[LLVMRun]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[PTXExec]
tests/composition/test_composition.py::TestRun::test_sender_receiver_not_specified[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_reuse_input[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[Python]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[LLVM]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_2_mechanisms_double_trial_specs[PTXRun]
tests/composition/test_composition.py::TestRun::test_execute_composition[Python]
tests/composition/test_composition.py::TestRun::test_execute_composition[LLVM]
tests/composition/test_composition.py::TestRun::test_execute_composition[LLVMExec]
tests/composition/test_composition.py::TestRun::test_execute_composition[LLVMRun]
tests/composition/test_composition.py::TestRun::test_execute_composition[PTXExec]
tests/composition/test_composition.py::TestRun::test_execute_composition[PTXRun]
tests/composition/test_composition.py::TestRun::test_LPP[Python]
tests/composition/test_composition.py::TestRun::test_LPP[LLVM]
tests/composition/test_composition.py::TestRun::test_LPP[LLVMExec]
tests/composition/test_composition.py::TestRun::test_LPP[LLVMRun]
tests/composition/test_composition.py::TestRun::test_LPP[PTXExec]
tests/composition/test_composition.py::TestRun::test_LPP[PTXRun]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[Python]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[LLVM]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[LLVMExec]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[LLVMRun]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[PTXExec]
tests/composition/test_composition.py::TestRun::test_LPP_with_projections[PTXRun]
tests/composition/test_composition.py::TestRun::test_LPP_end_with_projection
tests/composition/test_composition.py::TestRun::test_LPP_two_projections_in_a_row
tests/composition/test_composition.py::TestRun::test_LPP_start_with_projection
tests/composition/test_composition.py::TestRun::test_LPP_wrong_component
tests/composition/test_composition.py::TestRun::test_lpp_invalid_matrix_keyword
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[Python]
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[LLVM]
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[LLVMExec]
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[LLVMRun]
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[PTXExec]
tests/composition/test_composition.py::TestRun::test_LPP_two_origins_one_terminal[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_composition[Python]
tests/composition/test_composition.py::TestRun::test_run_composition[LLVM]
tests/composition/test_composition.py::TestRun::test_run_composition[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_composition[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_composition[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_composition[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_composition_default[Python]
tests/composition/test_composition.py::TestRun::test_run_composition_default[LLVM]
tests/composition/test_composition.py::TestRun::test_run_composition_default[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_composition_default[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_composition_default[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_composition_default[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-Python]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-LLVM]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-PTXExec]
tests/composition/test_composition.py::TestRun::test_run_composition_vector[1-PTXRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[Python]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[LLVM]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[LLVMExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[LLVMRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[PTXExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal[PTXRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[Python]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[LLVM]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[LLVMExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[LLVMRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[PTXExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_1_origin_2_terminals[PTXRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[Python]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[LLVM]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[LLVMExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[LLVMRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[PTXExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_last[PTXRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[Python]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[LLVM]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[LLVMExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[LLVMRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[PTXExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_parallel[PTXRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[Python]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[LLVM]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[LLVMExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[LLVMRun]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[PTXExec]
tests/composition/test_composition.py::TestRun::test_3_mechanisms_2_origins_1_terminal_mimo_all_sum[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_vector_2[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_hetero_2[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[Python]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[LLVM]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[LLVMExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[LLVMRun]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[PTXExec]
tests/composition/test_composition.py::TestRun::test_run_recurrent_transfer_mechanism_integrator_2[PTXRun]
tests/composition/test_composition.py::TestRun::test_run_termination_condition_custom_context
tests/composition/test_composition.py::TestCallBeforeAfterTimescale::test_call_before_record_timescale
tests/composition/test_composition.py::TestCallBeforeAfterTimescale::test_call_beforeafter_values_onepass
tests/composition/test_composition.py::TestCallBeforeAfterTimescale::test_call_beforeafter_values_twopass
tests/composition/test_composition.py::TestSystemComposition::test_run_2_mechanisms_input_5
tests/composition/test_composition.py::TestSystemComposition::test_call_beforeafter_values_onepass
tests/composition/test_composition.py::TestSystemComposition::test_call_beforeafter_values_twopass
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[Python]
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[LLVM]
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[LLVMExec]
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[LLVMRun]
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[PTXExec]
tests/composition/test_composition.py::TestNestedCompositions::test_transfer_mechanism_composition[PTXRun]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[Python]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[LLVM]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[LLVMExec]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[LLVMRun]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[PTXExec]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition[PTXRun]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[Python]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[LLVM]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[LLVMExec]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[LLVMRun]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[PTXExec]
tests/composition/test_composition.py::TestNestedCompositions::test_nested_transfer_mechanism_composition_parallel[PTXRun]
tests/composition/test_composition.py::TestNestedCompositions::test_invalid_projection_deletion_when_nesting_comps
tests/composition/test_composition.py::TestNestedCompositions::test_combine_two_disjunct_trees
tests/composition/test_composition.py::TestNestedCompositions::test_combine_two_overlapping_trees
tests/composition/test_composition.py::TestNestedCompositions::test_one_pathway_inside_one_system
tests/composition/test_composition.py::TestNestedCompositions::test_two_paths_converge_one_system
tests/composition/test_composition.py::TestNestedCompositions::test_two_paths_in_series_one_system
tests/composition/test_composition.py::TestNestedCompositions::test_two_paths_converge_one_system_scheduling_matters
tests/composition/test_composition.py::TestOverloadedCompositions::test_mechanism_different_inputs
tests/composition/test_composition.py::TestCompositionInterface::test_one_input_port_per_origin_two_origins
tests/composition/test_composition.py::TestCompositionInterface::test_updating_input_values_for_second_execution
tests/composition/test_composition.py::TestCompositionInterface::test_changing_origin_for_second_execution
tests/composition/test_composition.py::TestCompositionInterface::test_two_input_ports_new_inputs_second_trial
tests/composition/test_composition.py::TestCompositionInterface::test_two_input_ports_new_origin_second_trial
tests/composition/test_composition.py::TestCompositionInterface::test_output_cim_one_terminal_mechanism_multiple_output_ports
tests/composition/test_composition.py::TestCompositionInterface::test_output_cim_many_terminal_mechanisms
tests/composition/test_composition.py::TestCompositionInterface::test_default_variable_shape_of_output_CIM
tests/composition/test_composition.py::TestCompositionInterface::test_inner_composition_change_before_run
tests/composition/test_composition.py::TestInputPortSpecifications::test_two_input_ports_created_with_dictionaries
tests/composition/test_composition.py::TestInputPortSpecifications::test_two_input_ports_created_first_with_deferred_init
tests/composition/test_composition.py::TestInputPortSpecifications::test_two_input_ports_created_with_keyword
tests/composition/test_composition.py::TestInputPortSpecifications::test_two_input_ports_created_with_strings
tests/composition/test_composition.py::TestInputPortSpecifications::test_two_input_ports_created_with_values
tests/composition/test_composition.py::TestInputSpecifications::test_3_origins
tests/composition/test_composition.py::TestInputSpecifications::test_2_mechanisms_input_5
tests/composition/test_composition.py::TestInputSpecifications::test_run_2_mechanisms_reuse_input
tests/composition/test_composition.py::TestInputSpecifications::test_some_inputs_not_specified
tests/composition/test_composition.py::TestInputSpecifications::test_some_inputs_not_specified_origin_node_is_composition
tests/composition/test_composition.py::TestInputSpecifications::test_generator_as_inputs
tests/composition/test_composition.py::TestInputSpecifications::test_generator_as_inputs_with_num_trials
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[Python]
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[True]
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[LLVM]
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[LLVMExec]
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[LLVMRun]
tests/composition/test_composition.py::TestProperties::test_llvm_fallback[PTXExec]
tests/composition/test_composition.py::TestAuxComponents::test_two_transfer_mechanisms
tests/composition/test_composition.py::TestAuxComponents::test_two_transfer_mechanisms_with_feedback_proj
tests/composition/test_composition.py::TestAuxComponents::test_required_node_roles
tests/composition/test_composition.py::TestAuxComponents::test_aux_component_with_required_role
tests/composition/test_composition.py::TestAuxComponents::test_stateful_nodes
tests/composition/test_composition.py::TestShadowInputs::test_two_origins
tests/composition/test_composition.py::TestShadowInputs::test_two_origins_two_input_ports
tests/composition/test_composition.py::TestShadowInputs::test_shadow_internal_projections
tests/composition/test_composition.py::TestShadowInputs::test_monitor_input_ports
tests/composition/test_composition.py::TestNodeRoles::test_internal
tests/composition/test_composition.py::TestNodeRoles::test_feedback
tests/composition/test_composition.py::TestNodeRoles::test_cycle
tests/composition/test_composition.py::TestMisc::test_disable_all_history
tests/composition/test_control.py::TestControlSpecification::test_add_node_with_control_specified_then_add_controller
tests/composition/test_control.py::TestControlSpecification::test_add_controller_in_comp_constructor_then_add_node_with_control_specified
tests/composition/test_control.py::TestControlSpecification::test_redundant_control_spec_add_node_with_control_specified_then_controller_in_comp_constructor
tests/composition/test_control.py::TestControlSpecification::test_redundant_control_spec_add_controller_in_comp_constructor_then_add_node_with_control_specified
tests/composition/test_control.py::TestControlSpecification::test_redundant_control_spec_add_controller_in_comp_constructor_then_add_node_with_alloc_samples_specified
tests/composition/test_control.py::TestControlMechanisms::test_modulation_of_control_signal_intensity_cost_function_MULTIPLICATIVE
tests/composition/test_control.py::TestControlMechanisms::test_feedback_assignment_for_multiple_control_projections_to_same_mechanism
tests/composition/test_control.py::TestControlMechanisms::test_modulation_of_control_signal_intensity_cost_function_ADDITIVE
tests/composition/test_control.py::TestControlMechanisms::test_lvoc
tests/composition/test_control.py::TestControlMechanisms::test_lvoc_both_predictors_specs
tests/composition/test_control.py::TestControlMechanisms::test_lvoc_features_function
tests/composition/test_control.py::TestControlMechanisms::test_default_lc_control_mechanism
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_ocm_gridsearch_conflicting_directions[Python]
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_ocm_gridsearch_maximize[Python]
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_ocm_gridsearch_minimize[Python]
tests/composition/test_control.py::TestControlMechanisms::test_two_tier_ocm
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_control[Python]
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_control[LLVM]
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_control[LLVMExec]
tests/composition/test_control.py::TestControlMechanisms::test_multilevel_control[LLVMRun]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_evc
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_evc_gratton
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_laming_validation_specify_control_signals
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_stateful_mechanism_in_simulation
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_after[Python]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_after[LLVM]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_after[LLVMExec]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_after[LLVMRun]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_before[Python]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_before[LLVM]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_before[LLVMExec]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_before[LLVMRun]
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_with_buffer
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_stability_flexibility_susan_and_sebastian
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_num_estimates
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_model_based_ocm_no_simulations
tests/composition/test_control.py::TestModelBasedOptimizationControlMechanisms::test_grid_search_random_selection
tests/composition/test_control.py::TestSampleIterator::test_int_step
tests/composition/test_control.py::TestSampleIterator::test_int_num
tests/composition/test_control.py::TestSampleIterator::test_neither_num_nor_step
tests/composition/test_control.py::TestSampleIterator::test_float_step
tests/composition/test_control.py::TestSampleIterator::test_function
tests/composition/test_control.py::TestSampleIterator::test_function_with_num
tests/composition/test_control.py::TestSampleIterator::test_list
tests/composition/test_gating.py::test_gating[Python]
tests/composition/test_gating.py::test_gating[LLVM]
tests/composition/test_gating.py::test_gating[LLVMExec]
tests/composition/test_gating.py::test_gating[LLVMRun]
tests/composition/test_gating.py::test_gating[PTXExec]
tests/composition/test_gating.py::test_gating[PTXRun]
tests/composition/test_graph.py::TestGraph::test_copy
tests/composition/test_interfaces.py::TestExecuteCIM::test_identity_function
tests/composition/test_interfaces.py::TestExecuteCIM::test_standalone_CIM
tests/composition/test_interfaces.py::TestExecuteCIM::test_assign_value
tests/composition/test_interfaces.py::TestExecuteCIM::test_standalone_CIM_multiple_input_ports
tests/composition/test_interfaces.py::TestExecuteCIM::test_standalone_processing_multiple_input_ports
tests/composition/test_interfaces.py::TestExecuteCIM::test_one_input_port_one_output_port
tests/composition/test_interfaces.py::TestExecuteCIM::test_two_input_ports_two_output_ports
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[Python]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[LLVM]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[LLVMExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[LLVMRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[PTXExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_simple_states[PTXRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[Python]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[LLVM]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[LLVMExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[LLVMRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[PTXExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_connect_compositions_with_complicated_states[PTXRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[Python]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[LLVM]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[LLVMExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[LLVMRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[PTXExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes[PTXRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[Python]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[LLVM]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[LLVMExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[LLVMRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[PTXExec]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_compositions_as_origin_nodes_multiple_trials[PTXRun]
tests/composition/test_interfaces.py::TestConnectCompositionsViaCIMS::test_input_specification_multiple_nested_compositions
tests/composition/test_interfaces.py::TestInputCIMOutputPortToOriginOneToMany::test_one_to_two
tests/composition/test_interfaces.py::TestInputCIMOutputPortToOriginOneToMany::test_origin_input_source_true_no_input
tests/composition/test_interfaces.py::TestInputCIMOutputPortToOriginOneToMany::test_mix_and_match_input_sources
tests/composition/test_interfaces.py::TestInputCIMOutputPortToOriginOneToMany::test_non_origin_partial_input_spec
tests/composition/test_interfaces.py::TestInputSpec::test_valid_mismatched_input_lens
tests/composition/test_interfaces.py::TestInputSpec::test_valid_only_one_node_provides_input_spec
tests/composition/test_interfaces.py::TestInputSpec::test_invalid_mismatched_input_lens
tests/composition/test_interfaces.py::TestInputSpec::test_valid_input_float
tests/composition/test_interfaces.py::TestSimplifedNestedCompositionSyntax::test_connect_outer_composition_to_only_input_node_in_inner_comp_option1
tests/composition/test_interfaces.py::TestSimplifedNestedCompositionSyntax::test_connect_outer_composition_to_only_input_node_in_inner_comp_option2
tests/composition/test_interfaces.py::TestSimplifedNestedCompositionSyntax::test_connect_outer_composition_to_only_input_node_in_inner_comp_option3
tests/composition/test_interfaces.py::TestSimplifedNestedCompositionSyntax::test_connect_outer_composition_to_all_input_nodes_in_inner_comp
tests/composition/test_learning.py::TestHebbian::test_simple_hebbian
tests/composition/test_learning.py::TestReinforcement::test_rl
tests/composition/test_learning.py::TestReinforcement::test_td_montague_et_al_figure_a
tests/composition/test_learning.py::TestReinforcement::test_rl_enable_learning_false
tests/composition/test_learning.py::TestReinforcement::test_td_enabled_learning_false
tests/composition/test_learning.py::TestNestedLearning::test_nested_learning
tests/composition/test_learning.py::TestBackProp::test_back_prop
tests/composition/test_learning.py::TestBackProp::test_multilayer
tests/composition/test_learning.py::TestBackProp::test_xor_training_identicalness_standard_composition_vs_autodiff[models0]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[Y UP]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[BRANCH UP]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[EXTEND UP]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[EXTEND DOWN BRANCH UP]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[CROSS]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[Y UP AND DOWN]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[BRANCH DOWN]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[EXTEND DOWN]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[BOW]
tests/composition/test_learning.py::TestBackProp::test_backprop_with_various_intersecting_pathway_configurations[COMPLEXJOIN BY TERMINAL]
tests/composition/test_learning.py::TestBackProp::test_stroop_model_learning[color_full]
tests/composition/test_learning.py::TestBackProp::test_stroop_model_learning[word_partial]
tests/composition/test_learning.py::TestBackProp::test_stroop_model_learning[word_full]
tests/composition/test_learning.py::TestBackProp::test_stroop_model_learning[full_overlap]
tests/composition/test_learning.py::TestBackProp::test_pytorch_equivalence_with_learning_enabled_composition
tests/composition/test_learning.py::TestRumelhartSemanticNetwork::test_rumelhart_semantic_network_sequential
tests/composition/test_models.py::TestModels::test_cohen_huston_1994
tests/composition/test_models.py::TestModels::test_DDM
tests/composition/test_models.py::TestModels::test_lauras_cohen_1990_model
tests/composition/test_models.py::TestModels::test_kalanthroff
tests/composition/test_runtime_params.py::TestRuntimeParams::test_composition_run_function_param_no_condition
tests/composition/test_runtime_params.py::TestRuntimeParams::test_composition_run_mechanism_param_no_condition
tests/composition/test_runtime_params.py::TestRuntimeParams::test_composition_run_with_condition
tests/composition/test_runtime_params.py::TestRuntimeParams::test_composition_run_with_sticky_condition
tests/composition/test_runtime_params.py::TestRuntimeParams::test_composition_run_with_combined_condition
tests/control/test_control_mechanism_assignment.py::test_control_mechanism_assignment
tests/control/test_control_mechanism_assignment.py::test_control_mechanism_assignment_additional
tests/control/test_gilzenrat.py::TestGilzenratMechanisms::test_defaults
tests/control/test_gilzenrat.py::TestGilzenratMechanisms::test_previous_value_stored
tests/control/test_gilzenrat.py::TestGilzenratMechanisms::test_fitzHughNagumo_gilzenrat_figure_2
tests/control/test_param_estimation.py::test_moving_average
tests/documentation/core/test_function_docs.py::test_function_docs
tests/documentation/core/test_mechanism_docs.py::test_mechanisms
tests/documentation/core/test_mechanism_docs.py::test_transfer_mechanism
tests/documentation/core/test_mechanism_docs.py::test_integrator_mechanism
tests/documentation/core/test_mechanism_docs.py::test_objective_mechanism
tests/documentation/core/test_mechanism_docs.py::test_control_mechanism
tests/documentation/core/test_state_docs.py::test_port_docs
tests/documentation/core/test_state_docs.py::test_parameter_port_docs
tests/documentation/core/test_state_docs.py::test_output_port_docs
tests/documentation/core/test_state_docs.py::test_control_signal_docs
tests/documentation/core/test_state_docs.py::test_gating_signal_docs
tests/documentation/global/test_log_docs.py::test_log_docs
tests/documentation/library/test_lib_mechanism_docs.py::test_ddm_docs
tests/documentation/library/test_lib_mechanism_docs.py::test_comparator_mechanism_docs
tests/documentation/library/test_lib_mechanism_docs.py::test_lc_control_mechanism_docs
tests/documentation/library/test_lib_mechanism_docs.py::test_evc_control_mechanism_docs
tests/documentation/scheduling/test_scheduling_docs.py::test_scheduler_docs
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_initializer_len_3
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_float
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_list
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_ndarray
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_increment_float
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_increment_list
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_increment_ndarray
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_float_incement_float
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_float_incement_list
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_list_incement_float
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_rate_list_incement_list
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_noise_float
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_noise_list
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_noise_ndarray
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_noise_function
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_standalone_noise_function_in_array
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_as_function_of_processing_mech
tests/functions/test_accumulator_integrator.py::TestAccumulator::test_accumulator_as_function_of_matrix_param_of_mapping_projection
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_rate_float
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_rate_list
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_rate_ndarray
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_noise_float
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_noise_list
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_noise_ndarray
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_noise_function
tests/functions/test_buffer.py::TestBuffer::test_buffer_standalone_noise_function_in_array
tests/functions/test_buffer.py::TestBuffer::test_buffer_initializer_len_3
tests/functions/test_buffer.py::TestBuffer::test_buffer_as_function_of_processing_mech
tests/functions/test_buffer.py::TestBuffer::test_buffer_as_function_of_origin_mech_in_system
tests/functions/test_combination.py::TestRearrange::test_no_default_variable
tests/functions/test_combination.py::TestRearrange::test_with_default_variable
tests/functions/test_combination.py::TestRearrange::test_arrangement_has_out_of_bounds_index
tests/functions/test_combination.py::TestRearrange::test_default_variable_mismatches_arrangement
tests/functions/test_combination.py::TestRearrange::test_default_variable_has_non_numeric_index
tests/functions/test_combination.py::TestRearrange::test_arrangement_has_non_numeric_index
tests/functions/test_combination.py::TestReduce::test_single_array
tests/functions/test_combination.py::TestReduce::test_column_vector
tests/functions/test_combination.py::TestReduce::test_matrix
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[Python-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[LLVM-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_NONE-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_SCALAR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_NONE-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_SCALAR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_NONE-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_SCALAR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_NONE-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-sum-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR1D]
tests/functions/test_combination.py::test_linear_combination_function[PTX-O_VECTOR-S_VECTOR-W_VECTOR-E_SCALAR-product-VAR2D]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_NONE-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_SCALAR-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[Python-O_VECTOR-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_NONE-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_SCALAR-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[LLVM-O_VECTOR-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_NONE-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_SCALAR-S_VECTOR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_NONE-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_SCALAR-3S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-1S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-1S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-2S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-2S-product]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-3S-sum]
tests/functions/test_combination.py::test_linear_combination_function_in_mechanism[PTX-O_VECTOR-S_VECTOR-3S-product]
tests/functions/test_default_allocation.py::test_basic[Python]
tests/functions/test_default_allocation.py::test_basic[LLVM]
tests/functions/test_default_allocation.py::test_basic[PTX]
tests/functions/test_distance.py::test_basic[MAX_ABS_DIFF]
tests/functions/test_distance.py::test_basic[MAX_ABS_DIFF NORMALIZED]
tests/functions/test_distance.py::test_basic[DIFFERENCE]
tests/functions/test_distance.py::test_basic[DIFFERENCE NORMALIZED]
tests/functions/test_distance.py::test_basic[COSINE]
tests/functions/test_distance.py::test_basic[NORMED_L0_SIMILARITY]
tests/functions/test_distance.py::test_basic[NORMED_L0_SIMILARITY NORMALIZED]
tests/functions/test_distance.py::test_basic[EUCLIDEAN]
tests/functions/test_distance.py::test_basic[EUCLIDEAN NORMALIZED]
tests/functions/test_distance.py::test_basic[ANGLE]
tests/functions/test_distance.py::test_basic[ANGLE NORMALIZED]
tests/functions/test_distance.py::test_basic[CORRELATION]
tests/functions/test_distance.py::test_basic[CORRELATION NORMALIZED]
tests/functions/test_distance.py::test_basic[CROSS_ENTROPY]
tests/functions/test_distance.py::test_basic[CROSS_ENTROPY NORMALIZED]
tests/functions/test_distance.py::test_basic[ENERGY]
tests/functions/test_distance.py::test_basic[ENERGY NORMALIZED]
tests/functions/test_distance.py::test_llvm[MAX_ABS_DIFF]
tests/functions/test_distance.py::test_llvm[MAX_ABS_DIFF NORMALIZED]
tests/functions/test_distance.py::test_llvm[DIFFERENCE]
tests/functions/test_distance.py::test_llvm[DIFFERENCE NORMALIZED]
tests/functions/test_distance.py::test_llvm[COSINE]
tests/functions/test_distance.py::test_llvm[NORMED_L0_SIMILARITY]
tests/functions/test_distance.py::test_llvm[NORMED_L0_SIMILARITY NORMALIZED]
tests/functions/test_distance.py::test_llvm[EUCLIDEAN]
tests/functions/test_distance.py::test_llvm[EUCLIDEAN NORMALIZED]
tests/functions/test_distance.py::test_llvm[ANGLE]
tests/functions/test_distance.py::test_llvm[ANGLE NORMALIZED]
tests/functions/test_distance.py::test_llvm[CORRELATION]
tests/functions/test_distance.py::test_llvm[CORRELATION NORMALIZED]
tests/functions/test_distance.py::test_llvm[CROSS_ENTROPY]
tests/functions/test_distance.py::test_llvm[CROSS_ENTROPY NORMALIZED]
tests/functions/test_distance.py::test_llvm[ENERGY]
tests/functions/test_distance.py::test_llvm[ENERGY NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[MAX_ABS_DIFF]
tests/functions/test_distance.py::test_ptx_cuda[MAX_ABS_DIFF NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[DIFFERENCE]
tests/functions/test_distance.py::test_ptx_cuda[DIFFERENCE NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[COSINE]
tests/functions/test_distance.py::test_ptx_cuda[NORMED_L0_SIMILARITY]
tests/functions/test_distance.py::test_ptx_cuda[NORMED_L0_SIMILARITY NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[EUCLIDEAN]
tests/functions/test_distance.py::test_ptx_cuda[EUCLIDEAN NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[ANGLE]
tests/functions/test_distance.py::test_ptx_cuda[ANGLE NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[CORRELATION]
tests/functions/test_distance.py::test_ptx_cuda[CORRELATION NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[CROSS_ENTROPY]
tests/functions/test_distance.py::test_ptx_cuda[CROSS_ENTROPY NORMALIZED]
tests/functions/test_distance.py::test_ptx_cuda[ENERGY]
tests/functions/test_distance.py::test_ptx_cuda[ENERGY NORMALIZED]
tests/functions/test_fhn_integrator.py::test_basic[FitzHughNagumoIntegrator RK4 VECTOR]
tests/functions/test_fhn_integrator.py::test_basic[FitzHughNagumoIntegrator RK4 SCALAR]
tests/functions/test_fhn_integrator.py::test_basic[FitzHughNagumoIntegrator EULER VECTOR]
tests/functions/test_fhn_integrator.py::test_basic[FitzHughNagumoIntegrator EULER SCALAR]
tests/functions/test_fhn_integrator.py::test_llvm[FitzHughNagumoIntegrator RK4 VECTOR]
tests/functions/test_fhn_integrator.py::test_llvm[FitzHughNagumoIntegrator RK4 SCALAR]
tests/functions/test_fhn_integrator.py::test_llvm[FitzHughNagumoIntegrator EULER VECTOR]
tests/functions/test_fhn_integrator.py::test_llvm[FitzHughNagumoIntegrator EULER SCALAR]
tests/functions/test_fhn_integrator.py::test_cuda_ptx[FitzHughNagumoIntegrator RK4 VECTOR]
tests/functions/test_fhn_integrator.py::test_cuda_ptx[FitzHughNagumoIntegrator RK4 SCALAR]
tests/functions/test_fhn_integrator.py::test_cuda_ptx[FitzHughNagumoIntegrator EULER VECTOR]
tests/functions/test_fhn_integrator.py::test_cuda_ptx[FitzHughNagumoIntegrator EULER SCALAR]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.RAW_NUMBER-1-1.0]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.RAW_NUMBER-variable1-1.0]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.RAW_NUMBER-variable2-1.0]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.RAW_NUMBER-variable3-1.0]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_1D_ARRAY-1-expected_output4]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_1D_ARRAY-variable5-expected_output5]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_1D_ARRAY-variable6-expected_output6]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_1D_ARRAY-variable7-expected_output7]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_2D_ARRAY-1-expected_output8]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_2D_ARRAY-variable9-expected_output9]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_2D_ARRAY-variable10-expected_output10]
tests/functions/test_functions.py::test_output_type_conversion[FunctionOutputType.NP_2D_ARRAY-variable11-expected_output11]
tests/functions/test_functions.py::test_output_type_conversion_failure[FunctionOutputType.RAW_NUMBER-variable0]
tests/functions/test_functions.py::test_output_type_conversion_failure[FunctionOutputType.RAW_NUMBER-variable1]
tests/functions/test_functions.py::test_output_type_conversion_failure[FunctionOutputType.RAW_NUMBER-variable2]
tests/functions/test_functions.py::test_output_type_conversion_failure[FunctionOutputType.NP_1D_ARRAY-variable3]
tests/functions/test_identity.py::test_basic[1]
tests/functions/test_identity.py::test_basic[2]
tests/functions/test_identity.py::test_basic[4]
tests/functions/test_identity.py::test_basic[8]
tests/functions/test_identity.py::test_basic[16]
tests/functions/test_identity.py::test_llvm[1]
tests/functions/test_identity.py::test_llvm[2]
tests/functions/test_identity.py::test_llvm[4]
tests/functions/test_identity.py::test_llvm[8]
tests/functions/test_identity.py::test_llvm[16]
tests/functions/test_identity.py::test_ptx_cuda[1]
tests/functions/test_identity.py::test_ptx_cuda[2]
tests/functions/test_identity.py::test_ptx_cuda[4]
tests/functions/test_identity.py::test_ptx_cuda[8]
tests/functions/test_identity.py::test_ptx_cuda[16]
tests/functions/test_integrator.py::test_basic[AdaptiveIntegrator]
tests/functions/test_integrator.py::test_basic[AdaptiveIntegrator Noise Array]
tests/functions/test_integrator.py::test_basic[AdaptiveIntegrator Initializer]
tests/functions/test_integrator.py::test_basic[AdaptiveIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_basic[SimpleIntegrator]
tests/functions/test_integrator.py::test_basic[SimpleIntegrator Noise Array]
tests/functions/test_integrator.py::test_basic[SimpleIntegrator Initializer]
tests/functions/test_integrator.py::test_basic[SimpleIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_llvm[AdaptiveIntegrator]
tests/functions/test_integrator.py::test_llvm[AdaptiveIntegrator Noise Array]
tests/functions/test_integrator.py::test_llvm[AdaptiveIntegrator Initializer]
tests/functions/test_integrator.py::test_llvm[AdaptiveIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_llvm[SimpleIntegrator]
tests/functions/test_integrator.py::test_llvm[SimpleIntegrator Noise Array]
tests/functions/test_integrator.py::test_llvm[SimpleIntegrator Initializer]
tests/functions/test_integrator.py::test_llvm[SimpleIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_ptx_cuda[AdaptiveIntegrator]
tests/functions/test_integrator.py::test_ptx_cuda[AdaptiveIntegrator Noise Array]
tests/functions/test_integrator.py::test_ptx_cuda[AdaptiveIntegrator Initializer]
tests/functions/test_integrator.py::test_ptx_cuda[AdaptiveIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_ptx_cuda[SimpleIntegrator]
tests/functions/test_integrator.py::test_ptx_cuda[SimpleIntegrator Noise Array]
tests/functions/test_integrator.py::test_ptx_cuda[SimpleIntegrator Initializer]
tests/functions/test_integrator.py::test_ptx_cuda[SimpleIntegrator Initializer Noise Array]
tests/functions/test_integrator.py::test_integrator_function_no_default_variable_and_params_len_more_than_1
tests/functions/test_integrator.py::test_integrator_function_default_variable_len_1_but_user_specified_and_params_len_more_than_1
tests/functions/test_integrator.py::test_integrator_function_default_variable_and_params_len_more_than_1_error
tests/functions/test_integrator.py::test_integrator_function_with_params_of_different_lengths
tests/functions/test_integrator.py::test_integrator_function_with_default_variable_and_params_of_different_lengths
tests/functions/test_memory.py::test_basic[Buffer]
tests/functions/test_memory.py::test_basic[ContentAddressableMemory]
tests/functions/test_memory.py::test_basic[ContentAddressableMemory Random Retrieval]
tests/functions/test_memory.py::test_basic[ContentAddressableMemory Random Storage]
tests/functions/test_memory.py::test_basic[ContentAddressableMemory Random Retrieval-Storage]
tests/functions/test_memory.py::test_basic[ContentAddressableMemory Initializer]
tests/functions/test_memory.py::test_llvm[Buffer]
tests/functions/test_memory.py::test_llvm[ContentAddressableMemory]
tests/functions/test_memory.py::test_llvm[ContentAddressableMemory Random Retrieval]
tests/functions/test_memory.py::test_llvm[ContentAddressableMemory Random Storage]
tests/functions/test_memory.py::test_llvm[ContentAddressableMemory Random Retrieval-Storage]
tests/functions/test_memory.py::test_llvm[ContentAddressableMemory Initializer]
tests/functions/test_memory.py::test_ptx_cuda[Buffer]
tests/functions/test_memory.py::test_ptx_cuda[ContentAddressableMemory]
tests/functions/test_memory.py::test_ptx_cuda[ContentAddressableMemory Random Retrieval]
tests/functions/test_memory.py::test_ptx_cuda[ContentAddressableMemory Random Storage]
tests/functions/test_memory.py::test_ptx_cuda[ContentAddressableMemory Random Retrieval-Storage]
tests/functions/test_memory.py::test_ptx_cuda[ContentAddressableMemory Initializer]
tests/functions/test_memory.py::test_ContentAddressableMemory_with_initializer_and_key_size_same_as_val_size
tests/functions/test_memory.py::test_ContentAddressableMemory_with_initializer_and_key_size_diff_from_val_size
tests/functions/test_memory.py::test_ContentAddressableMemory_without_initializer_and_key_size_same_as_val_size
tests/functions/test_memory.py::test_ContentAddressableMemory_without_initializer_and_key_size_diff_from_val_size
tests/functions/test_memory.py::test_ContentAddressableMemory_without_assoc
tests/functions/test_memory.py::test_ContentAddressableMemory_with_duplicate_entry_in_initializer_warning
tests/functions/test_memory.py::test_ContentAddressableMemory_add_and_delete_from_memory
tests/functions/test_memory.py::test_ContentAddressableMemory_overwrite_mode
tests/functions/test_memory.py::test_ContentAddressableMemory_max_entries
tests/functions/test_memory.py::test_ContentAddressableMemory_unique_functions[distance_function]
tests/functions/test_memory.py::test_ContentAddressableMemory_unique_functions[selection_function]
tests/functions/test_objective.py::test_Stability_squeezes_variable
tests/functions/test_optimization.py::test_grid_search[Stability-energy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-energy-False-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search[Stability-entropy-False-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-energy-False-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_llvm[Stability-entropy-False-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-energy-False-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-True-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-True-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-True-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-True-maximize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-False-minimize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-False-minimize-RANDOM]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-False-maximize-FIRST]
tests/functions/test_optimization.py::test_grid_search_ptx[Stability-entropy-False-maximize-RANDOM]
tests/functions/test_selection.py::test_basic[OneHot MAX_VAL]
tests/functions/test_selection.py::test_basic[OneHot MAX_ABS_VAL]
tests/functions/test_selection.py::test_basic[OneHot MAX_INDICATOR]
tests/functions/test_selection.py::test_basic[OneHot MAX_ABS_INDICATOR]
tests/functions/test_selection.py::test_basic[OneHot MIN_VAL]
tests/functions/test_selection.py::test_basic[OneHot MIN_ABS_VAL]
tests/functions/test_selection.py::test_basic[OneHot MIN_INDICATOR]
tests/functions/test_selection.py::test_basic[OneHot MIN_ABS_INDICATOR]
tests/functions/test_selection.py::test_basic[OneHot PROB]
tests/functions/test_selection.py::test_basic[OneHot PROB_INDICATOR]
tests/functions/test_selection.py::test_llvm[OneHot MAX_VAL]
tests/functions/test_selection.py::test_llvm[OneHot MAX_ABS_VAL]
tests/functions/test_selection.py::test_llvm[OneHot MAX_INDICATOR]
tests/functions/test_selection.py::test_llvm[OneHot MAX_ABS_INDICATOR]
tests/functions/test_selection.py::test_llvm[OneHot MIN_VAL]
tests/functions/test_selection.py::test_llvm[OneHot MIN_ABS_VAL]
tests/functions/test_selection.py::test_llvm[OneHot MIN_INDICATOR]
tests/functions/test_selection.py::test_llvm[OneHot MIN_ABS_INDICATOR]
tests/functions/test_selection.py::test_llvm[OneHot PROB]
tests/functions/test_selection.py::test_llvm[OneHot PROB_INDICATOR]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MAX_VAL]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MAX_ABS_VAL]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MAX_INDICATOR]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MAX_ABS_INDICATOR]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MIN_VAL]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MIN_ABS_VAL]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MIN_INDICATOR]
tests/functions/test_selection.py::test_ptx_cuda[OneHot MIN_ABS_INDICATOR]
tests/functions/test_selection.py::test_ptx_cuda[OneHot PROB]
tests/functions/test_selection.py::test_ptx_cuda[OneHot PROB_INDICATOR]
tests/functions/test_stability.py::test_basic[ENTROPY]
tests/functions/test_stability.py::test_basic[ENTROPY NORMALIZED]
tests/functions/test_stability.py::test_basic[ENERGY]
tests/functions/test_stability.py::test_basic[ENERGY NORMALIZED]
tests/functions/test_stability.py::test_llvm[ENTROPY]
tests/functions/test_stability.py::test_llvm[ENTROPY NORMALIZED]
tests/functions/test_stability.py::test_llvm[ENERGY]
tests/functions/test_stability.py::test_llvm[ENERGY NORMALIZED]
tests/functions/test_stability.py::test_ptx_cuda[ENTROPY]
tests/functions/test_stability.py::test_ptx_cuda[ENTROPY NORMALIZED]
tests/functions/test_stability.py::test_ptx_cuda[ENERGY]
tests/functions/test_stability.py::test_ptx_cuda[ENERGY NORMALIZED]
tests/functions/test_transfer.py::test_basic[LINEAR]
tests/functions/test_transfer.py::test_basic[EXPONENTIAL]
tests/functions/test_transfer.py::test_basic[LOGISTIC]
tests/functions/test_transfer.py::test_basic[TANH]
tests/functions/test_transfer.py::test_basic[RELU]
tests/functions/test_transfer.py::test_basic[GAUSIAN]
tests/functions/test_transfer.py::test_basic[GAUSSIAN DISTORT GLOBAL SEED]
tests/functions/test_transfer.py::test_basic[GAUSSIAN DISTORT]
tests/functions/test_transfer.py::test_basic[SOFT_MAX ALL]
tests/functions/test_transfer.py::test_basic[SOFT_MAX MAX_VAL]
tests/functions/test_transfer.py::test_basic[SOFT_MAX MAX_INDICATOR]
tests/functions/test_transfer.py::test_basic[LINEAR_MATRIX SQUARE]
tests/functions/test_transfer.py::test_basic[LINEAR_MATRIX WIDE]
tests/functions/test_transfer.py::test_basic[LINEAR_MATRIX TALL]
tests/functions/test_transfer.py::test_llvm[LINEAR]
tests/functions/test_transfer.py::test_llvm[EXPONENTIAL]
tests/functions/test_transfer.py::test_llvm[LOGISTIC]
tests/functions/test_transfer.py::test_llvm[TANH]
tests/functions/test_transfer.py::test_llvm[RELU]
tests/functions/test_transfer.py::test_llvm[GAUSIAN]
tests/functions/test_transfer.py::test_llvm[GAUSSIAN DISTORT GLOBAL SEED]
tests/functions/test_transfer.py::test_llvm[GAUSSIAN DISTORT]
tests/functions/test_transfer.py::test_llvm[SOFT_MAX ALL]
tests/functions/test_transfer.py::test_llvm[SOFT_MAX MAX_VAL]
tests/functions/test_transfer.py::test_llvm[SOFT_MAX MAX_INDICATOR]
tests/functions/test_transfer.py::test_llvm[LINEAR_MATRIX SQUARE]
tests/functions/test_transfer.py::test_llvm[LINEAR_MATRIX WIDE]
tests/functions/test_transfer.py::test_llvm[LINEAR_MATRIX TALL]
tests/functions/test_transfer.py::test_ptx_cuda[LINEAR]
tests/functions/test_transfer.py::test_ptx_cuda[EXPONENTIAL]
tests/functions/test_transfer.py::test_ptx_cuda[LOGISTIC]
tests/functions/test_transfer.py::test_ptx_cuda[TANH]
tests/functions/test_transfer.py::test_ptx_cuda[RELU]
tests/functions/test_transfer.py::test_ptx_cuda[GAUSIAN]
tests/functions/test_transfer.py::test_ptx_cuda[GAUSSIAN DISTORT GLOBAL SEED]
tests/functions/test_transfer.py::test_ptx_cuda[GAUSSIAN DISTORT]
tests/functions/test_transfer.py::test_ptx_cuda[SOFT_MAX ALL]
tests/functions/test_transfer.py::test_ptx_cuda[SOFT_MAX MAX_VAL]
tests/functions/test_transfer.py::test_ptx_cuda[SOFT_MAX MAX_INDICATOR]
tests/functions/test_transfer.py::test_ptx_cuda[LINEAR_MATRIX SQUARE]
tests/functions/test_transfer.py::test_ptx_cuda[LINEAR_MATRIX WIDE]
tests/functions/test_transfer.py::test_ptx_cuda[LINEAR_MATRIX TALL]
tests/functions/test_transfer.py::test_transfer_with_costs_function
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_python_func
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_user_def_func
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_udf_system_origin
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_udf_system_terminal
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_udf_with_pnl_func
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_udf_creates_parameter_ports
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_mech_autogenerated_udf_execute
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_autogenerated_udf
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_autogenerated_udf_creates_parameter_ports
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_autogenerated_udf_creates_parameters
tests/functions/test_user_defined_func.py::TestUserDefFunc::test_autogenerated_udf_parameters_states_have_source
tests/json/test_json.py::test_json_results_equivalence[model_basic.py-comp-{A: 1}]
tests/json/test_json.py::test_json_results_equivalence[model_nested_comp_with_scheduler.py-comp-{A: 1}]
tests/json/test_json.py::test_json_results_equivalence[model_with_control.py-comp-{Input: [0.5, 0.123], reward: [20, 20]}]
tests/json/test_json.py::test_json_results_equivalence[stroop_conflict_monitoring.py-Stroop_model-{color_input: [[1, 0], [1, 0], [1, 0], [1, 0], [1, 0]], word_input: [[0, 1], [0, 1], [0, 1], [0, 1], [0, 1]], task_input: [[1, 0], [1, 0], [1, 0], [1, 0], [1, 0]]}]
tests/learning/test_matrix_spec_and_learning.py::test_matrix_spec_and_learning
tests/learning/test_prediction_error_delta_function.py::test_prediction_error_delta_first_run
tests/learning/test_reinforcement.py::test_reinforcement
tests/learning/test_reinforcement.py::test_reinforcement_fixed_targets
tests/learning/test_rumelhart_semantic_network.py::TestRumelhartSemanticNetwork::test_rumelhart_semantic_network_sequential
tests/learning/test_rumelhart_semantic_network.py::TestRumelhartSemanticNetwork::test_rumelhart_semantic_network_convergent
tests/learning/test_rumelhart_semantic_network.py::TestRumelhartSemanticNetwork::test_rumelhart_semantic_network_crossing
tests/learning/test_stroop.py::TestStroop::test_stroop_model
tests/learning/test_stroop.py::TestStroop::test_stroop_model_learning
tests/learning/test_target_spec.py::TestSimpleLearningPathway::test_dict_target_spec
tests/learning/test_target_spec.py::TestSimpleLearningPathway::test_dict_target_spec_length2
tests/learning/test_target_spec.py::TestSimpleLearningPathway::test_list_target_spec
tests/learning/test_target_spec.py::TestSimpleLearningPathway::test_list_target_spec_length2
tests/learning/test_target_spec.py::TestSimpleLearningPathway::test_function_target_spec
tests/learning/test_target_spec.py::TestMultilayerLearning::test_dict_target_spec
tests/learning/test_target_spec.py::TestMultilayerLearning::test_dict_target_spec_length2
tests/learning/test_target_spec.py::TestMultilayerLearning::test_function_target_spec
tests/learning/test_target_spec.py::TestDivergingLearningPathways::test_dict_target_spec
tests/learning/test_target_spec.py::TestDivergingLearningPathways::test_dict_target_spec_length2
tests/learning/test_target_spec.py::TestDivergingLearningPathways::test_dict_list_and_function
tests/learning/test_target_spec.py::TestConvergingLearningPathways::test_dict_target_spec
tests/learning/test_target_spec.py::TestConvergingLearningPathways::test_dict_target_spec_length2
tests/learning/test_target_spec.py::TestInvalidTargetSpecs::test_3_targets_4_inputs
tests/learning/test_target_spec.py::TestInvalidTargetSpecs::test_2_target_mechanisms_1_dict_entry
tests/learning/test_target_spec.py::TestInvalidTargetSpecs::test_1_target_mechanisms_2_dict_entries
tests/learning/test_target_spec.py::TestInvalidTargetSpecs::test_2_target_mechanisms_list_spec
tests/learning/test_target_spec.py::TestInvalidTargetSpecs::test_2_target_mechanisms_fn_spec
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[Python-ADD]
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[Python-SUB]
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[Python-MUL]
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[LLVM-ADD]
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[LLVM-SUB]
tests/llvm/test_builtins_matrix.py::test_mat_hadamard[LLVM-MUL]
tests/llvm/test_builtins_matrix.py::test_mat_scalar[Python-ADD]
tests/llvm/test_builtins_matrix.py::test_mat_scalar[Python-MUL]
tests/llvm/test_builtins_matrix.py::test_mat_scalar[LLVM-ADD]
tests/llvm/test_builtins_matrix.py::test_mat_scalar[LLVM-MUL]
tests/llvm/test_builtins_matrix.py::test_dot_numpy
tests/llvm/test_builtins_matrix.py::test_dot_llvm
tests/llvm/test_builtins_matrix.py::test_dot_cuda
tests/llvm/test_builtins_matrix.py::test_dot_llvm_constant_dim[CPU]
tests/llvm/test_builtins_matrix.py::test_dot_llvm_constant_dim[PTX]
tests/llvm/test_builtins_matrix.py::test_dot_transposed_numpy
tests/llvm/test_builtins_matrix.py::test_dot_transposed_llvm
tests/llvm/test_builtins_matrix.py::test_dot_transposed_cuda
tests/llvm/test_builtins_matrix.py::test_dot_transposed_llvm_constant_dim[CPU]
tests/llvm/test_builtins_matrix.py::test_dot_transposed_llvm_constant_dim[PTX]
tests/llvm/test_builtins_random.py::test_random[numpy]
tests/llvm/test_builtins_random.py::test_random[LLVM]
tests/llvm/test_builtins_random.py::test_random[PTX]
tests/llvm/test_builtins_random.py::test_random_float[Python]
tests/llvm/test_builtins_random.py::test_random_float[numpy]
tests/llvm/test_builtins_random.py::test_random_float[LLVM]
tests/llvm/test_builtins_random.py::test_random_float[PTX]
tests/llvm/test_builtins_random.py::test_random_normal[numpy]
tests/llvm/test_builtins_random.py::test_random_normal[LLVM]
tests/llvm/test_builtins_random.py::test_random_normal[PTX]
tests/llvm/test_builtins_vector.py::test_vector_op[Python-ADD]
tests/llvm/test_builtins_vector.py::test_vector_op[Python-SUB]
tests/llvm/test_builtins_vector.py::test_vector_op[Python-MUL]
tests/llvm/test_builtins_vector.py::test_vector_op[Python-SMUL]
tests/llvm/test_builtins_vector.py::test_vector_op[LLVM-ADD]
tests/llvm/test_builtins_vector.py::test_vector_op[LLVM-SUB]
tests/llvm/test_builtins_vector.py::test_vector_op[LLVM-MUL]
tests/llvm/test_builtins_vector.py::test_vector_op[LLVM-SMUL]
tests/llvm/test_compile.py::test_recompile
tests/llvm/test_custom_func.py::test_fixed_dimensions__pnl_builtin_vxm[CPU]
tests/llvm/test_custom_func.py::test_fixed_dimensions__pnl_builtin_vxm[PTX]
tests/llvm/test_debug_composition.py::test_debug_comp[debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;debug_info0-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;debug_info0-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;debug_info1-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;debug_info1-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;debug_info0-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;debug_info0-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;debug_info1-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;debug_info1-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_state;debug_info0-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_state;debug_info0-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_state;debug_info1-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_state;debug_info1-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_state;debug_info0-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_state;debug_info0-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_state;debug_info1-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_state;debug_info1-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_params;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_data;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_data;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_params;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_data;const_params;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_data;const_state;debug_info-LLVMRun]
tests/llvm/test_debug_composition.py::test_debug_comp[const_input=[[[7]]];const_data;const_params;const_data;const_state;debug_info-PTXRun]
tests/llvm/test_helpers.py::test_helper_fclamp[CPU]
tests/llvm/test_helpers.py::test_helper_fclamp[PTX]
tests/llvm/test_helpers.py::test_helper_fclamp_const[CPU]
tests/llvm/test_helpers.py::test_helper_fclamp_const[PTX]
tests/llvm/test_helpers.py::test_helper_is_close[CPU]
tests/llvm/test_helpers.py::test_helper_is_close[PTX]
tests/llvm/test_helpers.py::test_helper_all_close[CPU]
tests/llvm/test_helpers.py::test_helper_all_close[PTX]
tests/llvm/test_helpers.py::test_helper_printf
tests/llvm/test_llvm_lite.py::test_llvm_lite
tests/llvm/test_llvm_lite.py::test_llvm_lite_ptx_pycuda
tests/llvm/test_multiple_executions.py::test_function[Python-1]
tests/llvm/test_multiple_executions.py::test_function[Python-10]
tests/llvm/test_multiple_executions.py::test_function[Python-100]
tests/llvm/test_multiple_executions.py::test_function[LLVM-1]
tests/llvm/test_multiple_executions.py::test_function[LLVM-10]
tests/llvm/test_multiple_executions.py::test_function[LLVM-100]
tests/llvm/test_multiple_executions.py::test_function[PTX-1]
tests/llvm/test_multiple_executions.py::test_function[PTX-10]
tests/llvm/test_multiple_executions.py::test_function[PTX-100]
tests/llvm/test_multiple_executions.py::test_mechanism[Python-1]
tests/llvm/test_multiple_executions.py::test_mechanism[Python-10]
tests/llvm/test_multiple_executions.py::test_mechanism[Python-100]
tests/llvm/test_multiple_executions.py::test_mechanism[LLVM-1]
tests/llvm/test_multiple_executions.py::test_mechanism[LLVM-10]
tests/llvm/test_multiple_executions.py::test_mechanism[LLVM-100]
tests/llvm/test_multiple_executions.py::test_mechanism[PTX-1]
tests/llvm/test_multiple_executions.py::test_mechanism[PTX-10]
tests/llvm/test_multiple_executions.py::test_mechanism[PTX-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[Python-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[Python-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[Python-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[LLVM-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[LLVM-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[LLVM-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[PTX-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[PTX-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_execution[PTX-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[Python-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[Python-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[Python-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[LLVM-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[LLVM-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[LLVM-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[PTX-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[PTX-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run[PTX-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[Python-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[Python-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[Python-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[LLVM-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[LLVM-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[LLVM-100]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[PTX-1]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[PTX-10]
tests/llvm/test_multiple_executions.py::test_nested_composition_run_trials_inputs[PTX-100]
tests/log/test_log.py::TestLog::test_log
tests/log/test_log.py::TestLog::test_log_initialization
tests/log/test_log.py::TestLog::test_log_dictionary_without_time
tests/log/test_log.py::TestLog::test_run_resets
tests/log/test_log.py::TestLog::test_log_dictionary_with_time
tests/log/test_log.py::TestLog::test_log_dictionary_with_scheduler
tests/log/test_log.py::TestLog::test_log_array_with_scheduler
tests/log/test_log.py::TestLog::test_log_dictionary_with_scheduler_many_time_step_increments
tests/log/test_log.py::TestLog::test_log_csv_multiple_contexts
tests/log/test_log.py::TestClearLog::test_clear_log
tests/log/test_log.py::TestClearLog::test_clear_log_arguments[insertion_eids0-context-True]
tests/log/test_log.py::TestClearLog::test_clear_log_arguments[insertion_eids1-deletion_eids1-True]
tests/log/test_log.py::TestFiltering::test_node_has_logged_sims
tests/log/test_log.py::TestFiltering::test_nparray
tests/log/test_log.py::TestFiltering::test_nparray_dictionary
tests/log/test_log.py::TestFiltering::test_csv
tests/log/test_log.py::TestFullModels::test_multilayer
tests/mechanisms/test_contrastive_hebbian_mechanism.py::TestContrastiveHebbian::test_scheduled_contrastive_hebbian
tests/mechanisms/test_contrastive_hebbian_mechanism.py::TestContrastiveHebbian::test_using_Hebbian_learning_of_orthognal_inputs_without_integrator_mode
tests/mechanisms/test_contrastive_hebbian_mechanism.py::TestContrastiveHebbian::test_using_Hebbian_learning_of_orthognal_inputs_with_integrator_mode
tests/mechanisms/test_contrastive_hebbian_mechanism.py::TestContrastiveHebbian::test_additional_output_ports
tests/mechanisms/test_contrastive_hebbian_mechanism.py::TestContrastiveHebbian::test_configure_learning
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_default_lc_control_mechanism[Python]
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_lc_control_mech_basic[Python]
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_lc_control_mech_basic[LLVM]
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_lc_control_mech_basic[PTX]
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_lc_control_modulated_mechanisms_all
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_control_modulation
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_identicalness_of_control_and_gating
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_control_of_all_input_ports
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_control_of_all_output_ports
tests/mechanisms/test_control_mechanism.py::TestLCControlMechanism::test_control_signal_default_allocation_specification
tests/mechanisms/test_ddm_mechanism.py::TestReinitialize::test_valid
tests/mechanisms/test_ddm_mechanism.py::TestThreshold::test_threshold_param
tests/mechanisms/test_ddm_mechanism.py::TestThreshold::test_threshold_sets_is_finished
tests/mechanisms/test_ddm_mechanism.py::TestThreshold::test_threshold_stops_accumulation
tests/mechanisms/test_ddm_mechanism.py::TestThreshold::test_threshold_stops_accumulation_negative
tests/mechanisms/test_ddm_mechanism.py::TestThreshold::test_is_finished_stops_system
tests/mechanisms/test_ddm_mechanism.py::TestOutputPorts::test_selected_input_array
tests/mechanisms/test_ddm_mechanism.py::test_DDM_Integrator_Bogacz
tests/mechanisms/test_ddm_mechanism.py::test_DDM_zero_noise
tests/mechanisms/test_ddm_mechanism.py::test_DDM_noise_0_5
tests/mechanisms/test_ddm_mechanism.py::test_DDM_noise_2_0
tests/mechanisms/test_ddm_mechanism.py::test_DDM_noise_int
tests/mechanisms/test_ddm_mechanism.py::test_DDM_noise_fn
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_int
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_list_len_1
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_float
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_list_len_2
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_fn
tests/mechanisms/test_ddm_mechanism.py::test_DDM_rate_int
tests/mechanisms/test_ddm_mechanism.py::test_DDM_rate_list_len_1
tests/mechanisms/test_ddm_mechanism.py::test_DDM_rate_float
tests/mechanisms/test_ddm_mechanism.py::test_DDM_input_rate_negative
tests/mechanisms/test_ddm_mechanism.py::test_DDM_rate_fn
tests/mechanisms/test_ddm_mechanism.py::test_DDM_size_int_check_var
tests/mechanisms/test_ddm_mechanism.py::test_DDM_size_int_inputs
tests/mechanisms/test_ddm_mechanism.py::test_DDM_mech_size_zero
tests/mechanisms/test_ddm_mechanism.py::test_DDM_mech_size_negative_one
tests/mechanisms/test_ddm_mechanism.py::test_DDM_size_too_large
tests/mechanisms/test_ddm_mechanism.py::test_DDM_size_too_long
tests/mechanisms/test_ddm_mechanism.py::test_DDM_time
tests/mechanisms/test_ddm_mechanism.py::test_WhenFinished_DDM_Analytical
tests/mechanisms/test_drift_diffusion_analytical.py::test_drift_difussion_analytical_shenhav_compat_mode
tests/mechanisms/test_drift_diffusion_analytical.py::test_drift_difussion_analytical
tests/mechanisms/test_episodic_memory.py::test_basic[ContentAddressableMemory]
tests/mechanisms/test_episodic_memory.py::test_basic[ContentAddressableMemory Random Retrieval]
tests/mechanisms/test_episodic_memory.py::test_basic[ContentAddressableMemory Random Storage]
tests/mechanisms/test_episodic_memory.py::test_basic[ContentAddressableMemory Random Retrieval-Storage]
tests/mechanisms/test_episodic_memory.py::test_llvm[ContentAddressableMemory]
tests/mechanisms/test_episodic_memory.py::test_llvm[ContentAddressableMemory Random Retrieval]
tests/mechanisms/test_episodic_memory.py::test_llvm[ContentAddressableMemory Random Storage]
tests/mechanisms/test_episodic_memory.py::test_llvm[ContentAddressableMemory Random Retrieval-Storage]
tests/mechanisms/test_episodic_memory.py::test_ptx_cuda[ContentAddressableMemory]
tests/mechanisms/test_episodic_memory.py::test_ptx_cuda[ContentAddressableMemory Random Retrieval]
tests/mechanisms/test_episodic_memory.py::test_ptx_cuda[ContentAddressableMemory Random Storage]
tests/mechanisms/test_episodic_memory.py::test_ptx_cuda[ContentAddressableMemory Random Retrieval-Storage]
tests/mechanisms/test_gating_mechanism.py::test_gating_with_composition
tests/mechanisms/test_gating_mechanism.py::test_gating_with_UDF_with_composition
tests/mechanisms/test_input_output_labels.py::TestMechanismInputLabels::test_dict_of_floats
tests/mechanisms/test_input_output_labels.py::TestMechanismInputLabels::test_dict_of_arrays
tests/mechanisms/test_input_output_labels.py::TestMechanismInputLabels::test_dict_of_dicts_1_input_port
tests/mechanisms/test_input_output_labels.py::TestMechanismInputLabels::test_dict_of_dicts
tests/mechanisms/test_input_output_labels.py::TestMechanismInputLabels::test_3_input_ports_2_label_dicts
tests/mechanisms/test_input_output_labels.py::TestMechanismTargetLabels::test_dict_of_floats
tests/mechanisms/test_input_output_labels.py::TestMechanismTargetLabels::test_dict_of_arrays
tests/mechanisms/test_input_output_labels.py::TestMechanismTargetLabels::test_dict_of_subdicts
tests/mechanisms/test_input_output_labels.py::TestMechanismOutputLabels::test_dict_of_floats
tests/mechanisms/test_input_output_labels.py::TestMechanismOutputLabels::test_dict_of_arrays
tests/mechanisms/test_input_output_labels.py::TestMechanismOutputLabels::test_not_all_output_port_values_have_label
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_match_with_default_variable
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_fewer_input_ports_than_default_variable_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_more_input_ports_than_default_variable_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mismatch_num_input_ports_with_default_variable_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mismatch_dim_input_ports_with_default_variable_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_override_by_dict_spec
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_transfer_mech_input_ports_no_default_variable
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_transfer_mech_input_ports_specification_dict_no_default_variable
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_spec_list
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_spec_standalone
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_output_port_spec_list_two_items
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_output_port_spec_standalone
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_specification_dict
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_default_variable_override_mech_list
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_2_item_tuple_spec
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_2_item_tuple_value_for_first_item
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_tuple_with_matrix_spec
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_list
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_in_tuple
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_in_specification_dict
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_output_port_in_specification_dict
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_matches_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_matches_default_2
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_matches_default_multiple_input_ports
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_mismatches_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_mismatches_default_multiple_input_ports
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_matches_size
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_dict_with_variable_mismatches_size
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_params_override
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_inputPort_class
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_inputPort_class_with_variable
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_InputPort_mismatches_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_with_matrix_and_sender
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::tests_for_projection_with_matrix_and_sender_mismatches_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_with_sender_and_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_no_args_projection_spec
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_no_args_projection_spec_with_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_no_args_dict_spec
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_projection_no_args_dict_spec_mismatch_with_default
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_outputPort_
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_add_input_port_with_projection_in_mech_constructor
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_add_input_port_with_projection_using_add_ports
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_add_input_port_with_projection_by_assigning_owner
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_add_input_port_with_projection_by_assigning_owner_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_use_set_to_specify_projections_for_input_port_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_multiple_states_specified_using_port_Name_format_error
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_default_name_and_projections_listing_for_input_port_in_constructor
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_2_item_tuple_with_port_Name_list_and_mechanism
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_lists_of_mechanisms_and_output_ports
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_list_of_mechanisms_with_gating_mechanism
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[default_variable0-None-input_ports0-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[default_variable1-None-input_ports1-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[default_variable2-None-input_ports2-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[default_variable3-None-input_ports3-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[default_variable4-None-input_ports4-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-2-input_ports5-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-2-input_ports6-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-2-input_ports7-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-2-input_ports8-2-2]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-None-input_ports9-3-3]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-None-input_ports10-3-3]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-None-input_ports11-3-3]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-None-input_ports12-3-3]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_mech_and_tuple_specifications_with_and_without_default_variable_or_size[None-1-input_ports13-2-1]
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_input_ports_arg_no_list
tests/mechanisms/test_input_state_spec.py::TestInputPortSpec::test_input_ports_params_no_list
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_FitzHughNagumo_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_AGTUtility_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_Simple_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_Adaptive_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_Accumulator_warning
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_OU_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_Accumulator_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_LCAMechanism_valid
tests/mechanisms/test_integrator_mechanism.py::TestReinitialize::test_reinitialize_not_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_simple_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_output[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_output[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_output[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input_output[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input_output[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_multiple_input_output[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_scalar[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_scalar[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_scalar[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_vector[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_vector[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_FitzHughNagumo_simple_vector[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_transfer_integrator[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_transfer_integrator[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_transfer_integrator[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_accumulator_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_adaptive_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_drift_diffusion_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_ornstein_uhlenbeck_integrator
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_ornstein_uhlenbeck_integrator_time
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_no_function[Python]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_no_function[LLVM]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorFunctions::test_integrator_no_function[PTX]
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_list_len_5
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_array_len_5
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_array_greater_than_default
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorInputs::test_integrator_input_array_less_than_default
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_simple_rate_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_accumulator_rate_and_increment_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_diffusion_rate_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_simple_rate_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_accumulator_rate_float_increment_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_accumulator_rate_list_increment_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_accumulator_rate_and_increment_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_adaptive_rate_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_adaptive_rate_float_input_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_adaptive_rate_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_adaptive_variable_and_rate_conflict
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_simple_rate_list_input_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorRate::test_integrator_type_accumulator_increment_list_input_float
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_simple_noise_fn
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_simple_noise_fn_var_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_accumulator_noise_fn
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_accumulator_noise_fn_var_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_adaptive_noise_fn
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_adaptive_noise_fn_var_list
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_drift_diffusion_noise_val
tests/mechanisms/test_integrator_mechanism.py::TestIntegratorNoise::test_integrator_ornstein_uhlenbeck_noise_val
tests/mechanisms/test_integrator_mechanism.py::TestStatefulness::test_has_initializers
tests/mechanisms/test_integrator_mechanism.py::TestStatefulness::test_reinitialize_when
tests/mechanisms/test_integrator_mechanism.py::TestDualAdaptiveIntegrator::test_utility_integrator_default
tests/mechanisms/test_integrator_mechanism.py::TestDualAdaptiveIntegrator::test_utility_integrator_short_minus_long
tests/mechanisms/test_integrator_mechanism.py::TestDualAdaptiveIntegrator::test_utility_integrator_short_plus_long
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_empty_spec
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_check_attrs
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_inputs_list_of_ints
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_no_inputs
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_inputs_list_of_strings
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_kwta_var_list_of_strings
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_recurrent_mech_inputs_mismatched_with_default_longer
tests/mechanisms/test_kwta.py::TestKWTAInputs::test_recurrent_mech_inputs_mismatched_with_default_shorter
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_function_various_spec
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_log_gain
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_log_offset
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_log_gain_offset
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_linear
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_linear_slope
tests/mechanisms/test_kwta.py::TestKWTAFunction::test_kwta_linear_system
tests/mechanisms/test_kwta.py::TestKWTAMatrix::test_kwta_matrix_keyword_spec
tests/mechanisms/test_kwta.py::TestKWTAMatrix::test_kwta_matrix_auto_hetero_spec
tests/mechanisms/test_kwta.py::TestKWTAMatrix::test_kwta_matrix_hetero_spec
tests/mechanisms/test_kwta.py::TestKWTAMatrix::test_kwta_matrix_auto_spec
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_empty
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_1
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_0
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_0_3
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_2
tests/mechanisms/test_kwta.py::TestKWTARatio::test_kwta_ratio_neg_1
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_empty_size_4
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_empty_size_6
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_int_size_5
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_bad_float
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_list
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_too_large
tests/mechanisms/test_kwta.py::TestKWTAKValue::test_kwta_k_value_too_low
tests/mechanisms/test_kwta.py::TestKWTAThreshold::test_kwta_threshold_empty
tests/mechanisms/test_kwta.py::TestKWTAThreshold::test_kwta_threshold_int
tests/mechanisms/test_kwta.py::TestKWTAThreshold::test_kwta_threshold_float
tests/mechanisms/test_kwta.py::TestKWTALongTerm::test_kwta_size_10_k_3_threshold_1
tests/mechanisms/test_kwta.py::TestKWTAAverageBased::test_kwta_average_k_2
tests/mechanisms/test_kwta.py::TestKWTAAverageBased::test_kwta_average_k_1
tests/mechanisms/test_kwta.py::TestKWTAAverageBased::test_kwta_average_k_1_ratio_0_2
tests/mechanisms/test_kwta.py::TestKWTAAverageBased::test_kwta_average_k_1_ratio_0_8
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_length_1
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_length_2
tests/mechanisms/test_lca.py::TestLCA::test_equivalance_of_threshold_and_when_finished_condition
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_threshold
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_threshold_with_max_vs_next
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_threshold_with_max_vs_avg
tests/mechanisms/test_lca.py::TestLCA::test_LCAMechanism_threshold_with_convergence
tests/mechanisms/test_lca.py::TestLCA::test_equivalance_of_threshold_and_termination_specifications_just_threshold
tests/mechanisms/test_lca.py::TestLCA::test_equivalance_of_threshold_and_termination_specifications_max_vs_next
tests/mechanisms/test_lca.py::TestLCAReinitialize::test_reinitialize_run
tests/mechanisms/test_lca.py::TestClip::test_clip_float
tests/mechanisms/test_lca.py::TestClip::test_clip_array
tests/mechanisms/test_lca.py::TestClip::test_clip_2d_array
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechInit::test_leabra_init_empty
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechInit::test_leabra_init_input_output
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechInit::test_leabra_init_no_hidden_sizes
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechRuntimeParams::test_leabra_runtime_alone
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechRuntimeParams::test_leabra_runtime_in_system
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechPrecision::test_leabra_prec_no_train
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechPrecision::test_leabra_prec_with_train
tests/mechanisms/test_leabra_mechanism.py::TestLeabraMechPrecision::test_leabra_prec_half_train
tests/mechanisms/test_mechanisms.py::TestMechanism::test_transfer_mech_instantiation[TransferMechanism-default_variable0-result_variable0]
tests/mechanisms/test_mechanisms.py::TestMechanism::test_transfer_mech_instantiation[IntegratorMechanism-default_variable1-result_variable1]
tests/mechanisms/test_mechanisms.py::TestMechanism::test_value_shapes[ObjectiveMechanism-default_variable0-mechanism_value0-function_value0]
tests/mechanisms/test_modulatory_mechanism.py::TestControlMechanism::test_control_modulation_in_composition
tests/mechanisms/test_objective_mechanism.py::TestObjectiveMechanism::test_objective_mech_inputs_list_of_ints[Python]
tests/mechanisms/test_objective_mechanism.py::TestObjectiveMechanism::test_objective_mech_inputs_list_of_ints[LLVM]
tests/mechanisms/test_objective_mechanism.py::TestObjectiveMechanism::test_objective_mech_inputs_list_of_ints[PTX]
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_linear_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_LinearCombination_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Reduce_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_CombineMeans_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Exponential_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Logistic_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_SoftMax_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_SimpleIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_AdaptiveIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_DriftDiffusionIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_OrnsteinUhlenbeckIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_AccumulatorIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_FitzHughNagumoIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_DualAdaptiveIntegrator_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_BogaczEtAl_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_NormalDist_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_ExponentialDist_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_UniformDist_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_GammaDist_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_WaldDist_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Stability_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Distance_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Hebbian_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_Reinforcement_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_TDLearning_function
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismFunctions::test_processing_mechanism_multiple_input_ports
tests/mechanisms/test_processing_mechanism.py::TestLinearMatrixFunction::test_valid_matrix_specs
tests/mechanisms/test_processing_mechanism.py::TestLinearMatrixFunction::test_invalid_matrix_specs
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_mean
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_median
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_std_dev
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_variance
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_val
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_abs_val
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_one_hot
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_abs_one_hot
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_indicator
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_max_abs_indicator
tests/mechanisms/test_processing_mechanism.py::TestProcessingMechanismStandardOutputPorts::test_prob
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestMatrixSpec::test_recurrent_mech_matrix
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestMatrixSpec::test_recurrent_mech_auto_associative_projection
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestMatrixSpec::test_recurrent_mech_auto_auto_hetero
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_empty_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_check_attrs
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_check_proj_attrs
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_ints[Python]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_ints[LLVM]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_ints[PTX]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_floats[Python]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_floats[LLVM]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_floats[PTX]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_integrator[Python]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_integrator[LLVM]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_integrator[PTX]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_no_inputs[Python]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_no_inputs[LLVM]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_no_inputs[PTX]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_list_of_strings
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_var_list_of_strings
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_mismatched_with_default_longer
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInputs::test_recurrent_mech_inputs_mismatched_with_default_shorter
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[IdentityMatrix]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[HollowMatrix]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[InverseHollowMatrix]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[FullConnectivityMatrix]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[RandomConnectivityMatrix]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[AutoAssignMatrix0]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_keyword_spec[AutoAssignMatrix1]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_other_spec[matrix0]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_other_spec[matrix1]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_other_spec[matrix2]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_other_spec[1 2; 3 4]
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_auto_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_hetero_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_auto_hetero_spec_size_1
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_auto_hetero_spec_size_4
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_auto_hetero_matrix_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_auto_matrix_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_auto_array_matrix_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_hetero_float_matrix_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_hetero_matrix_matrix_spec
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_auto_hetero_matrix_spec_v1
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_auto_hetero_matrix_spec_v2
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_auto_hetero_matrix_spec_v3
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_too_large
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_too_small
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_strings
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_nonsquare
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismMatrix::test_recurrent_mech_matrix_3d
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_function_logistic
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_function_psyneulink
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_function_custom
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_normal_fun
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_reinforcement_fun
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_integrator_fun
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismFunction::test_recurrent_mech_reduce_fun
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismTimeConstant::test_recurrent_mech_integration_rate_0_8
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismTimeConstant::test_recurrent_mech_integration_rate_0_8_initial_0_5
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismTimeConstant::test_recurrent_mech_integration_rate_0_8_initial_1_8
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismTimeConstant::test_recurrent_mech_integration_rate_0_8_initial_1_2
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInProcess::test_recurrent_mech_transfer_mech_process_three_runs
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInProcess::test_transfer_mech_process_matrix_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInProcess::test_recurrent_mech_process_matrix_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInProcess::test_recurrent_mech_process_proj_matrix_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_transfer_mech_system_three_runs
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_system_auto_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_system_hetero_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_system_auto_and_hetero_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_system_matrix_change
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_with_learning
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_change_learning_rate
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_recurrent_mech_with_learning_warning
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismInSystem::test_learning_of_orthognal_inputs
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentTransferMechanismReinitialize::test_reinitialize_run
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestClip::test_clip_float
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestClip::test_clip_array
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestClip::test_clip_2d_array
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestRecurrentInputPort::test_ris_simple
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestCustomCombinationFunction::test_rt_without_custom_comb_fct
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestCustomCombinationFunction::test_rt_with_custom_comb_fct
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestDebugProperties::test_defaults
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestDebugProperties::test_auto
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestDebugProperties::test_hetero
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestDebugProperties::test_auto_and_hetero
tests/mechanisms/test_recurrent_transfer_mechanism.py::TestDebugProperties::test_matrix
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_list_of_ints
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_list_of_floats[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_list_of_floats[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_list_of_floats[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_variable_none_size_none
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_list_of_strings
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_mismatched_with_default_longer
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismInputs::test_transfer_mech_inputs_mismatched_with_default_shorter
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_float_noise[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_float_noise[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_float_noise[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_normal_len_1_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_normal_array_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_normal_array_noise2[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_normal_array_noise2[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_array_var_normal_array_noise2[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_mismatched_shape_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismNoise::test_transfer_mech_mismatched_shape_noise_2
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_normal_noise
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_normal_noise_standard_deviation_error
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_exponential_noise
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_uniform_to_normal_noise
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_Uniform_noise
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_Gamma_noise
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions::test_transfer_mech_Wald_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::tests_valid_udf_1d_variable
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::tests_valid_udf_2d_variable
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::tests_invalid_udf
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_logistic_fun[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_logistic_fun[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_logistic_fun[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_relu_fun[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_relu_fun[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_relu_fun[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_exponential_fun[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_exponential_fun[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_exponential_fun[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_softmax_fun[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_softmax_fun[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_softmax_fun[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_normal_fun
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_reinforcement_fun
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_integrator_fun
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismFunctions::test_transfer_mech_reduce_fun
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_rate[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_rate[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_rate[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_rate[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_rate[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_rate[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_rate[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_rate[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_rate[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_wrong_size_mech_rate
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_wrong_size_fct_rate
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_init_val[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_init_val[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_init_val[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initzr[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initzr[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initzr[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initlzr_over_mech_init_val[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initlzr_over_mech_init_val[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_initlzr_over_mech_init_val[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_wrong_size_mech_init_val
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignment_matches_size_integrator_fct_param_def
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignment_wrong_size_integrator_fct_default_variable
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignment_wrong_size_integrator_fct_param
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_noise[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_noise[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_mech_noise[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_noise[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_noise[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_noise[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_noise[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_noise[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_fct_over_mech_noise[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_wrong_size_mech_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismIntegratorFunctionParams::test_transfer_mech_array_assignments_wrong_size_fct_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_smoothin_factor_1_0[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_smoothin_factor_1_0[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_smoothin_factor_1_0[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_0[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_0[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_0[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8_initial_0_5[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8_initial_0_5[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_0_8_list
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismTimeConstant::test_transfer_mech_integration_rate_2
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_int_check_var
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_int_inputs_ints
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_int_inputs_floats
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_float_inputs_check_var
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_float_inputs_ints
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_float_inputs_floats
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_list_of_ints
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_list_of_floats
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_var_both_lists
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_scalar_var_2d
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_var_2d_array
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_var_1D_size_wrong
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_var_1D_size_wrong_2
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_var_incompatible1
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_var_incompatible2
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_zero
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_negative_one
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismSize::test_transfer_mech_size_2d
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_transfer_mech_2d_variable_mean
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_transfer_mech_2d_variable[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_transfer_mech_2d_variable[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_transfer_mech_2d_variable[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_transfer_mech_2d_variable_noise
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_multiple_output_ports_for_multiple_input_ports[Python]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_multiple_output_ports_for_multiple_input_ports[LLVM]
tests/mechanisms/test_transfer_mechanism.py::TestTransferMechanismMultipleInputPorts::test_multiple_output_ports_for_multiple_input_ports[PTX]
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_integrator_mode_simple_on_and_off
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_previous_value_persistence_execute
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_previous_value_persistence_run
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_previous_value_reinitialize_execute
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_reinitialize_run
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_reinitialize_run_array
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_reinitialize_run_2darray
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_reinitialize_not_integrator
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_switch_mode
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_initial_values_softmax
tests/mechanisms/test_transfer_mechanism.py::TestIntegratorMode::test_set_integrator_mode_after_init
tests/mechanisms/test_transfer_mechanism.py::TestOnResumeIntegratorMode::test_integrator_mode_value_spec
tests/mechanisms/test_transfer_mechanism.py::TestOnResumeIntegratorMode::test_instantaneous_mode_value_spec
tests/mechanisms/test_transfer_mechanism.py::TestOnResumeIntegratorMode::test_reinitialize_spec
tests/mechanisms/test_transfer_mechanism.py::TestClip::test_clip_float
tests/mechanisms/test_transfer_mechanism.py::TestClip::test_clip_array
tests/mechanisms/test_transfer_mechanism.py::TestClip::test_clip_2d_array
tests/mechanisms/test_transfer_mechanism.py::TestOutputPorts::test_output_ports_match_input_ports
tests/mechanisms/test_transfer_mechanism.py::TestOutputPorts::test_add_input_ports
tests/mechanisms/test_transfer_mechanism.py::TestOutputPorts::test_combine_standard_output_port
tests/misc/test_notebooks.py::test_ipynb[PsyNeuLink Tutorial.ipynb]
tests/misc/test_parameters.py::test_parameter_propagation[Component-TransferMechanism]
tests/misc/test_parameters.py::test_parameter_propagation[Component-OutputPort]
tests/misc/test_parameters.py::test_parameter_propagation[Component-InputPort]
tests/misc/test_parameters.py::test_parameter_propagation[Component-SimpleIntegrator]
tests/misc/test_parameters.py::test_parameter_propagation[Function_Base-SimpleIntegrator]
tests/misc/test_parameters.py::test_parameter_propagation[TransferMechanism-RecurrentTransferMechanism]
tests/misc/test_parameters.py::test_parameter_values_overriding[Component-TransferMechanism-False]
tests/misc/test_parameters.py::test_parameter_values_overriding[Component-OutputPort-False]
tests/misc/test_parameters.py::test_parameter_values_overriding[Component-InputPort-True]
tests/misc/test_parameters.py::test_parameter_values_overriding[Component-SimpleIntegrator-False]
tests/misc/test_parameters.py::test_parameter_values_overriding[Function_Base-SimpleIntegrator-True]
tests/misc/test_parameters.py::test_parameter_values_overriding[TransferMechanism-RecurrentTransferMechanism-True]
tests/misc/test_parameters.py::test_aliases[Linear-slope-multiplicative_param]
tests/misc/test_parameters.py::test_aliases[Linear-intercept-additive_param]
tests/misc/test_parameters.py::test_aliases[ControlMechanism-value-control_allocation]
tests/misc/test_parameters.py::test_aliases_set_source[Linear-slope-multiplicative_param]
tests/misc/test_parameters.py::test_aliases_set_source[Linear-intercept-additive_param]
tests/misc/test_parameters.py::test_aliases_set_source[ControlMechanism-value-control_allocation]
tests/misc/test_parameters.py::test_aliases_set_alias[Linear-slope-multiplicative_param]
tests/misc/test_parameters.py::test_aliases_set_alias[Linear-intercept-additive_param]
tests/misc/test_parameters.py::test_aliases_set_alias[ControlMechanism-value-control_allocation]
tests/misc/test_parameters.py::test_parameter_getter
tests/misc/test_parameters.py::test_parameter_setter
tests/misc/test_parameters.py::test_history
tests/misc/test_parameters.py::test_delta
tests/misc/test_parameters.py::test_delta_fail
tests/misc/test_parameters.py::test_validation
tests/misc/test_parameters.py::test_dot_notation
tests/misc/test_user_seed.py::test_user_seed
tests/misc/test_utilities.py::test_convert_all_elements_to_np_array[arr0-expected0]
tests/misc/test_utilities.py::test_prune_unused_args[f-1-kwargs0-expected_pruned_args0-expected_pruned_kwargs0]
tests/misc/test_utilities.py::test_prune_unused_args[g-1-kwargs1-expected_pruned_args1-expected_pruned_kwargs1]
tests/misc/test_utilities.py::test_prune_unused_args[g-None-kwargs2-expected_pruned_args2-expected_pruned_kwargs2]
tests/misc/test_utilities.py::test_prune_unused_args[h-None-kwargs3-expected_pruned_args3-expected_pruned_kwargs3]
tests/misc/test_utilities.py::test_prune_unused_args[h-args4-None-expected_pruned_args4-expected_pruned_kwargs4]
tests/misc/test_utilities.py::test_prune_unused_args[i-None-kwargs5-expected_pruned_args5-expected_pruned_kwargs5]
tests/misc/test_utilities.py::test_prune_unused_args[i-args6-None-expected_pruned_args6-expected_pruned_kwargs6]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[Python]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[LLVM]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[LLVMExec]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[LLVMRun]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[PTX]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[PTXExec]
tests/models/test_bi_percepts.py::test_simplified_necker_cube[PTXRun]
tests/models/test_bi_percepts.py::test_necker_cube[Python]
tests/models/test_bi_percepts.py::test_necker_cube[LLVM]
tests/models/test_bi_percepts.py::test_necker_cube[LLVMExec]
tests/models/test_bi_percepts.py::test_necker_cube[LLVMRun]
tests/models/test_bi_percepts.py::test_necker_cube[PTX]
tests/models/test_bi_percepts.py::test_necker_cube[PTXExec]
tests/models/test_bi_percepts.py::test_necker_cube[PTXRun]
tests/models/test_botvinick.py::test_botvinick_model[Python-1]
tests/models/test_botvinick.py::test_botvinick_model[Python-10]
tests/models/test_botvinick.py::test_botvinick_model[Python-100]
tests/models/test_botvinick.py::test_botvinick_model[LLVM-1]
tests/models/test_botvinick.py::test_botvinick_model[LLVM-10]
tests/models/test_botvinick.py::test_botvinick_model[LLVM-100]
tests/models/test_botvinick.py::test_botvinick_model[LLVMExec-1]
tests/models/test_botvinick.py::test_botvinick_model[LLVMExec-10]
tests/models/test_botvinick.py::test_botvinick_model[LLVMExec-100]
tests/models/test_botvinick.py::test_botvinick_model[LLVMRun-1]
tests/models/test_botvinick.py::test_botvinick_model[LLVMRun-10]
tests/models/test_botvinick.py::test_botvinick_model[LLVMRun-100]
tests/models/test_botvinick.py::test_botvinick_model[PTXExec-1]
tests/models/test_botvinick.py::test_botvinick_model[PTXExec-10]
tests/models/test_botvinick.py::test_botvinick_model[PTXExec-100]
tests/models/test_botvinick.py::test_botvinick_model[PTXRun-1]
tests/models/test_botvinick.py::test_botvinick_model[PTXRun-10]
tests/models/test_botvinick.py::test_botvinick_model[PTXRun-100]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[Python]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[LLVM]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[LLVMExec]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[LLVMRun]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[PTX]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[PTXExec]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent[PTXRun]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[Python]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[LLVM]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[LLVMExec]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[LLVMRun]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[PTX]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[PTXExec]
tests/models/test_greedy_agent.py::test_simplified_greedy_agent_random[PTXRun]
tests/models/test_greedy_agent.py::test_predator_prey[2-Python]
tests/models/test_greedy_agent.py::test_predator_prey[2-LLVM]
tests/models/test_greedy_agent.py::test_predator_prey[2-LLVMExec]
tests/models/test_greedy_agent.py::test_predator_prey[2-LLVMRun]
tests/models/test_greedy_agent.py::test_predator_prey[2-PTX]
tests/models/test_greedy_agent.py::test_predator_prey[2-PTXExec]
tests/models/test_greedy_agent.py::test_predator_prey[2-PTXRun]
tests/models/test_greedy_agent.py::test_predator_prey[4-Python]
tests/models/test_greedy_agent.py::test_predator_prey[4-LLVM]
tests/models/test_greedy_agent.py::test_predator_prey[4-LLVMExec]
tests/models/test_greedy_agent.py::test_predator_prey[4-LLVMRun]
tests/models/test_greedy_agent.py::test_predator_prey[4-PTX]
tests/models/test_greedy_agent.py::test_predator_prey[4-PTXExec]
tests/models/test_greedy_agent.py::test_predator_prey[4-PTXRun]
tests/models/test_greedy_agent.py::test_predator_prey[6-Python]
tests/models/test_greedy_agent.py::test_predator_prey[6-LLVM]
tests/models/test_greedy_agent.py::test_predator_prey[6-LLVMExec]
tests/models/test_greedy_agent.py::test_predator_prey[6-LLVMRun]
tests/models/test_greedy_agent.py::test_predator_prey[6-PTX]
tests/models/test_greedy_agent.py::test_predator_prey[6-PTXExec]
tests/models/test_greedy_agent.py::test_predator_prey[6-PTXRun]
tests/naming/test_naming.py::TestNaming::test_process_and_system_default_names
tests/naming/test_naming.py::TestNaming::test_process_and_system_default_names_2
tests/naming/test_naming.py::TestNaming::test_default_mechanism_names
tests/naming/test_naming.py::TestNaming::test_duplicate_assigned_mechanism_names[MY TRANSFER MECHANISM-expected_list0]
tests/naming/test_naming.py::TestNaming::test_duplicate_assigned_mechanism_names[A-1-expected_list1]
tests/naming/test_naming.py::TestNaming::test_duplicate_assigned_mechanism_names[A-expected_list2]
tests/naming/test_naming.py::TestNaming::test_duplicate_assigned_mechanism_names_2
tests/naming/test_naming.py::TestNaming::test_deferred_init_default_MappingProjection_names
tests/naming/test_naming.py::TestNaming::test_deferred_init_assigned_MappingProjection_names
tests/naming/test_naming.py::TestNaming::test_deferred_init_default_ModulatoryProjection_names
tests/naming/test_naming.py::TestNaming::test_different_object_types_with_same_names
tests/naming/test_naming.py::TestNaming::test_input_port_and_assigned_projection_names
tests/naming/test_naming.py::TestNaming::test_control_signal_and_control_projection_names
tests/naming/test_naming.py::TestNaming::test_gating_signal_and_gating_projection_names
tests/naming/test_naming.py::TestNaming::test_composition_names
tests/no-learning/test_DDM.py::test_DDM
tests/no-learning/test_no-learning.py::TestNoLearning::test_multilayer
tests/no-learning/test_stroop_no_learning.py::TestStroop::test_lauras_cohen_1990_model
tests/projections/test_projection.py::test_value_shapes_with_matrix[MappingProjection-sender_variable0-receiver_variable0-projection_value0-function_value0]
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_projection_specification_formats
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_multiple_modulatory_projection_specs
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_multiple_modulatory_projections_with_port_Name
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_multiple_modulatory_projections_with_mech_and_port_Name_specs
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_mapping_projection_with_mech_and_port_Name_specs
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_mapping_projection_using_2_item_tuple_with_list_of_port_Names
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_mapping_projection_using_2_item_tuple_and_3_item_tuples_with_index_specs
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_2_item_tuple_from_control_signal_to_parameter_port
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_2_item_tuple_from_parameter_port_to_control_signals
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_2_item_tuple_from_gating_signal_to_output_ports
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_2_item_tuple_from_input_and_output_ports_to_gating_signals
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_formats_for_control_specification_for_mechanism_and_function_params
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_formats_for_gating_specification_of_input_and_output_ports
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_masked_mapping_projection
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_masked_mapping_projection_mask_conficts_with_matrix
tests/projections/test_projection_specifications.py::TestProjectionSpecificationFormats::test_duplicate_projection_creation_error
tests/scheduling/test_condition.py::TestCondition::test_invalid_input_WhenFinished
tests/scheduling/test_condition.py::TestCondition::test_invalid_input_WhenFinishedAny_1
tests/scheduling/test_condition.py::TestCondition::test_invalid_input_WhenFinishedAny_2
tests/scheduling/test_condition.py::TestCondition::test_invalid_input_WhenFinishedAll_1
tests/scheduling/test_condition.py::TestCondition::test_invalid_input_WhenFinishedAll_2
tests/scheduling/test_condition.py::TestCondition::test_additional_args
tests/scheduling/test_condition.py::TestCondition::test_additional_kwargs
tests/scheduling/test_condition.py::TestCondition::TestGeneric::test_WhileNot_AtPass
tests/scheduling/test_condition.py::TestCondition::TestGeneric::test_WhileNot_AtPass_in_middle
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_Any_end_before_one_finished
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_All_end_after_one_finished
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_Not_AtPass
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_Not_AtPass_in_middle
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_NWhen_AfterNCalls[0-expected_output0]
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_NWhen_AfterNCalls[1-expected_output1]
tests/scheduling/test_condition.py::TestCondition::TestRelative::test_NWhen_AfterNCalls[2-expected_output2]
tests/scheduling/test_condition.py::TestCondition::TestTime::test_BeforeTimeStep
tests/scheduling/test_condition.py::TestCondition::TestTime::test_BeforeTimeStep_2
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtTimeStep
tests/scheduling/test_condition.py::TestCondition::TestTime::test_BeforePass
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtPass
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtPass_underconstrained
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtPass_in_middle
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtPass_at_end
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtPass_after_end
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AfterPass
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AfterNPasses
tests/scheduling/test_condition.py::TestCondition::TestTime::test_BeforeTrial
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AtTrial
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AfterTrial
tests/scheduling/test_condition.py::TestCondition::TestTime::test_AfterNTrials
tests/scheduling/test_condition.py::TestCondition::TestComponentBased::test_BeforeNCalls
tests/scheduling/test_condition.py::TestCondition::TestComponentBased::test_AfterCall
tests/scheduling/test_condition.py::TestCondition::TestComponentBased::test_AfterNCalls
tests/scheduling/test_condition.py::TestCondition::TestConvenience::test_AtTrialStart
tests/scheduling/test_condition.py::TestCondition::test_composite_condition_multi
tests/scheduling/test_condition.py::TestCondition::test_AfterNCallsCombined
tests/scheduling/test_condition.py::TestCondition::test_AllHaveRun
tests/scheduling/test_condition.py::TestCondition::test_AllHaveRun_2
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAny_1
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAny_2
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAny_noargs
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAll_1
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAll_2
tests/scheduling/test_condition.py::TestWhenFinished::test_WhenFinishedAll_noargs
tests/scheduling/test_scheduler.py::TestScheduler::test_copy
tests/scheduling/test_scheduler.py::TestScheduler::test_deepcopy
tests/scheduling/test_scheduler.py::TestScheduler::test_create_multiple_contexts
tests/scheduling/test_scheduler.py::TestScheduler::test_two_compositions_one_scheduler
tests/scheduling/test_scheduler.py::TestScheduler::test_one_composition_two_contexts
tests/scheduling/test_scheduler.py::TestScheduler::test_change_termination_condition
tests/scheduling/test_scheduler.py::TestLinear::test_no_termination_conds
tests/scheduling/test_scheduler.py::TestLinear::test_1
tests/scheduling/test_scheduler.py::TestLinear::test_1b
tests/scheduling/test_scheduler.py::TestLinear::test_2
tests/scheduling/test_scheduler.py::TestLinear::test_3
tests/scheduling/test_scheduler.py::TestLinear::test_6
tests/scheduling/test_scheduler.py::TestLinear::test_6_two_trials
tests/scheduling/test_scheduler.py::TestLinear::test_7
tests/scheduling/test_scheduler.py::TestLinear::test_8
tests/scheduling/test_scheduler.py::TestLinear::test_9
tests/scheduling/test_scheduler.py::TestLinear::test_9b
tests/scheduling/test_scheduler.py::TestLinear::test_10
tests/scheduling/test_scheduler.py::TestLinear::test_10b
tests/scheduling/test_scheduler.py::TestLinear::test_10c
tests/scheduling/test_scheduler.py::TestLinear::test_10d
tests/scheduling/test_scheduler.py::TestLinear::test_linear_AAB
tests/scheduling/test_scheduler.py::TestLinear::test_linear_ABB
tests/scheduling/test_scheduler.py::TestLinear::test_linear_ABBCC
tests/scheduling/test_scheduler.py::TestLinear::test_linear_ABCBC
tests/scheduling/test_scheduler.py::TestBranching::test_triangle_1
tests/scheduling/test_scheduler.py::TestBranching::test_triangle_2
tests/scheduling/test_scheduler.py::TestBranching::test_triangle_3
tests/scheduling/test_scheduler.py::TestBranching::test_triangle_4
tests/scheduling/test_scheduler.py::TestBranching::test_triangle_4b
tests/scheduling/test_scheduler.py::TestBranching::test_invtriangle_1
tests/scheduling/test_scheduler.py::TestBranching::test_invtriangle_2
tests/scheduling/test_scheduler.py::TestBranching::test_checkmark_1
tests/scheduling/test_scheduler.py::TestBranching::test_checkmark_2
tests/scheduling/test_scheduler.py::TestBranching::test_checkmark2_1
tests/scheduling/test_scheduler.py::TestBranching::test_multisource_1
tests/scheduling/test_scheduler.py::TestBranching::test_multisource_2
tests/scheduling/test_scheduler.py::TestTermination::test_termination_conditions_reset
tests/scheduling/test_scheduler.py::TestTermination::test_partial_override_scheduler
tests/scheduling/test_scheduler.py::TestTermination::test_partial_override_composition
tests/scheduling/test_system_newsched.py::TestInit::test_create_scheduler_from_system_StroopDemo
tests/scheduling/test_system_newsched.py::TestLinear::test_one_run_twice
tests/scheduling/test_system_newsched.py::TestLinear::test_two_AAB
tests/scheduling/test_system_newsched.py::TestLinear::test_two_ABB
tests/scheduling/test_system_newsched.py::TestBranching::test_three_ABAC
tests/scheduling/test_system_newsched.py::TestBranching::test_three_ABAC_convenience
tests/scheduling/test_system_newsched.py::TestBranching::test_three_ABACx2
tests/scheduling/test_system_newsched.py::TestBranching::test_three_2_ABC
tests/scheduling/test_system_newsched.py::TestBranching::test_three_2_ABCx2
tests/scheduling/test_system_newsched.py::TestBranching::test_three_integrators
tests/scheduling/test_system_newsched.py::TestBranching::test_four_ABBCD
tests/scheduling/test_system_newsched.py::TestBranching::test_four_integrators_mixed
tests/scheduling/test_system_newsched.py::TestBranching::test_five_ABABCDE
tests/scheduling/test_system_newsched.py::TestBranching::test_six_integrators_threelayer_mixed
tests/scheduling/test_system_newsched.py::TestTermination::test_termination_conditions_reset
tests/scheduling/test_time.py::TestTime::test_increment[base0-TimeScale.TRIAL-expected0]
tests/scheduling/test_time.py::TestTime::test_increment[base1-TimeScale.TRIAL-expected1]
tests/scheduling/test_time.py::TestTime::test_increment[base2-TimeScale.TRIAL-expected2]
tests/scheduling/test_time.py::TestTime::test_increment[base3-TimeScale.TIME_STEP-expected3]
tests/scheduling/test_time.py::TestTime::test_multiple_runs
tests/scheduling/test_time.py::TestTimeHistoryTree::test_defaults
tests/scheduling/test_time.py::TestTimeHistoryTree::test_max_depth[TimeScale.RUN]
tests/scheduling/test_time.py::TestTimeHistoryTree::test_max_depth[TimeScale.TRIAL]
tests/states/test_input_states.py::TestInputPorts::test_combine_param_alone
tests/states/test_input_states.py::TestInputPorts::test_combine_param_redundant_fct_class_spec
tests/states/test_input_states.py::TestInputPorts::test_combine_param_redundant_fct_constructor_spec
tests/states/test_input_states.py::TestInputPorts::test_combine_param_conflicting_fct_operation_spec
tests/states/test_input_states.py::TestInputPorts::test_combine_param_conflicting_function_spec
tests/states/test_input_states.py::TestInputPorts::test_combine_param_conflicting_fct_class_spec
tests/states/test_input_states.py::TestInputPorts::test_single_projection_variable
tests/states/test_input_states.py::TestInputPorts::test_adding_projections_modifies_variable[2]
tests/states/test_input_states.py::TestInputPorts::test_adding_projections_modifies_variable[3]
tests/states/test_input_states.py::TestInputPorts::test_adding_projections_modifies_variable[4]
tests/states/test_input_states.py::TestInputPorts::test_input_port_variable_shapes
tests/states/test_input_states.py::TestInputPorts::test_internal_only
tests/states/test_modulatory_signals.py::TestControlSignals::test_alias_equivalence_for_modulates_and_projections
tests/states/test_modulatory_signals.py::TestGatingSignals::test_alias_equivalence_for_modulates_and_projections
tests/states/test_output_states.py::TestOutputPorts::test_output_port_variable_spec
tests/states/test_parameter_states.py::TestParameterPorts::test_inspect_function_params_slope_noise
tests/states/test_parameter_states.py::TestParameterPorts::test_direct_call_to_constructor_error
tests/states/test_parameter_states.py::TestConfigurableParameters::test_configurable_params
tests/states/test_parameter_states.py::TestModParams::test_mod_param_error
tests/system/test_reinitialize_values.py::TestReinitializeValues::test_reinitialize_one_mechanism_default
tests/system/test_reinitialize_values.py::TestReinitializeValues::test_reinitialize_one_mechanism_at_trial_2_condition
tests/system/test_reinitialize_values.py::TestReinitializeValues::test_reset_state_integrator_mechanism
tests/system/test_reinitialize_values.py::TestReinitializeValues::test_reset_state_transfer_mechanism
tests/system/test_reinitialize_values.py::TestReinitializeValues::test_save_state_before_simulations
tests/system/test_show_graph.py::TestSimpleSystems::test_process
tests/system/test_show_graph.py::TestSimpleSystems::test_diverging_pathways
tests/system/test_show_graph.py::TestSimpleSystems::test_converging_pathways
tests/system/test_show_graph.py::TestLearning::test_process
tests/system/test_show_graph.py::TestLearning::test_diverging_pathways
tests/system/test_show_graph.py::TestLearning::test_converging_pathways
tests/system/test_show_graph.py::TestControl::test_process
tests/system/test_show_graph.py::TestControl::test_diverging_pathways
tests/system/test_show_graph.py::TestControl::test_converging_pathways
tests/system/test_system.py::test_danglingControlledMech
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_1
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_2
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_3
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_4
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_5
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_6
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_7
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_8
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_9
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_10
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_11
tests/system/test_system.py::TestInputSpecsDocumentationExamples::test_example_12
tests/system/test_system.py::TestInputSpecsExternalInputPortsOnly::test_recurrent_transfer_origin
tests/system/test_system.py::TestInputSpecsHeterogeneousVariables::test_heterogeneous_variables_drop_outer_list
tests/system/test_system.py::TestInputSpecsHeterogeneousVariables::test_heterogeneous_variables
tests/system/test_system.py::TestGraphAndInput::test_input_not_provided_to_run
tests/system/test_system.py::TestGraphAndInput::test_some_inputs_not_provided_to_run
tests/system/test_system.py::TestGraphAndInput::test_branch
tests/system/test_system.py::TestGraphAndInput::test_bypass
tests/system/test_system.py::TestGraphAndInput::test_chain
tests/system/test_system.py::TestGraphAndInput::test_convergent
tests/system/test_system.py::TestConvergentLearning::test_branch
tests/system/test_system.py::TestInitialize::test_initialize_mechanisms
tests/system/test_system.py::TestRuntimeParams::test_mechanism_execute_function_param
tests/system/test_system.py::TestRuntimeParams::test_mechanism_execute_mechanism_param
tests/system/test_system.py::TestRuntimeParams::test_runtime_params_reset_isolated
tests/system/test_system.py::TestRuntimeParams::test_runtime_params_reset_to_most_recent_val
tests/system/test_system.py::TestRuntimeParams::test_system_run_function_param_no_condition
tests/system/test_system.py::TestRuntimeParams::test_system_run_mechanism_param_no_condition
tests/system/test_system.py::TestRuntimeParams::test_system_run_with_condition
tests/system/test_system.py::TestRuntimeParams::test_system_run_with_sticky_condition
tests/system/test_system.py::TestRuntimeParams::test_system_run_with_combined_condition
tests/system/test_system.py::TestFactoryMethods::test_process_factory_method
tests/system/test_system.py::TestFactoryMethods::test_system_factory_method_solo_mechs
tests/system/test_system.py::TestFactoryMethods::test_system_factory_method_solo_mech_and_list
tests/system/test_system.py::TestFactoryMethods::test_system_factory_method_mech_list

=============================================================================================== warnings summary ================================================================================================
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.pytorch - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.acconstructor - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.acmisc - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.llvm - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.accorrectness - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.actime - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.acidenticalness - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.aclogging - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.acnested - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.stress - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.composition - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.cuda - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.control - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.projection - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.nested - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.combination_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.identity_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.distance_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.integrator_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.fitzHughNagumo_integrator_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.memory_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.optimization_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.stability_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.transfer_function - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.multirun - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.transfer_mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.control_mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.integrator_mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.mimo - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.objective_mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.recurrent_transfer_mechanism - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335
  /home/saikatd2/anaconda3/envs/pv3.6_PsyNeuLink/lib/python3.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.model - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

-- Docs: https://docs.pytest.org/en/latest/warnings.html
43 warnings in 8.03 seconds
