myelinated_results.has_AP_reached_end

myelinated_results.has_AP_reached_end(x_AP: <MagicMock name='mock.array' id='139958333163664'>, t_AP: <MagicMock name='mock.array' id='139958333163664'>) bool

Return true if the AP has reached the end of the axon in both direction, else false

Parameters:
  • x_AP (np.array) – x positions of the AP

  • t_AP (np.array) – time values of the AP

Returns:

is true if the AP has reached the end of the axon in both direction, else false

Return type:

bool