Closed tdaylan closed 5 years ago
Hey Josh,
I just fixed the TypeError from "numpy/core/fromnumeric.py", line 83, in _wrapreduction
TypeError: 'float' object cannot be interpreted as an index
by changing np.min() -> min() and np.max() -> max() in plotting.py.
Best, Tansu
Fantastic -- thanks.
Hey Josh,
I just fixed the TypeError from "numpy/core/fromnumeric.py", line 83, in _wrapreduction
TypeError: 'float' object cannot be interpreted as an index
by changing np.min() -> min() and np.max() -> max() in plotting.py.
Best, Tansu