Please: - [x] Check for duplicate issues. ```python import brainpy.math as bm a = None b = a + bm.zeros(10) print(b) # JaxArray(NotImplemented) ```