Skip to content

Math error when make mathematical operations on None #144

@chaoming0625

Description

@chaoming0625

Please:

  • Check for duplicate issues.
import brainpy.math as bm

a = None

b = a + bm.zeros(10)

print(b)

# JaxArray(NotImplemented)

Metadata

Metadata

Assignees

No one assigned

    Labels

    brainpy.mathissue belongs to brainpy.math modulebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions