Python Forum
'numpy.ndarray' object is not callable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'numpy.ndarray' object is not callable
#2
The error TypeError: 'numpy.ndarray' object is not callable means that you tried to call a numpy array as a function.

distances[i] = distances[p, points[i]]
Reply


Messages In This Thread
'numpy.ndarray' object is not callable - by ato_cr - May-08-2020, 05:48 PM
RE: 'numpy.ndarray' object is not callable - by anbu23 - May-12-2020, 08:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 963 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,832 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  numpy.ndarray' object is not callable natareid 4 4,102 Oct-16-2020, 08:00 AM
Last Post: sanrock123
  numpy.float64 object is not iterable jcdr91 1 13,397 Apr-22-2020, 04:09 PM
Last Post: jefsummers
  What is the mechanism of numpy function returning pandas object? Ibaraki 2 2,636 Apr-04-2020, 10:57 PM
Last Post: Ibaraki
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,120 Apr-09-2019, 04:54 PM
Last Post: PhysChem

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020