Skip to content

Bug: Missing numpy import  #187

Description

@iprasannamb

Missing NumPy Import in concore.py

  • File: concore.py (Lines 114-124)
  • Impact: Runtime crash when convert_numpy_to_python() is called
def convert_numpy_to_python(obj):
    if isinstance(obj, np.generic):  # np is undefined!
        return obj.item()

CRITICAL – Breaks ZMQ integration completely

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions