forked from Pbartek/pyobd-pi
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Description
Version Information
- Numpy version: 2.0.1
- Python version: 3.10.3
- python obd version: 0.7.2
Problem Details
An error occurs when importing the obd module:
AttributeError: module 'numpy' has no attribute 'cumproduct'
Expected Behavior
The obd module should import without errors.
Actual Behavior
An AttributeError occurs, indicating that the cumproduct function does not exist in the current version of numpy.
When I use numpy==1.26.4, I can import obd because numpy has np.cumproduct.
You can replace np.cumproduct with np.cumprod.
Metadata
Metadata
Assignees
Labels
No labels