Skip to content

Commit

Permalink
Fixed np.float issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Aug 24, 2023
1 parent 71ddbd3 commit 9a13ec5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import cupy as cp
np.float = np.float64 # temp fix for following import suggested at https://github.com/eric-wieser/ros_numpy/issues/37
import ros_numpy
import matplotlib.pyplot as plt
from skimage.io import imshow
Expand Down

0 comments on commit 9a13ec5

Please sign in to comment.