You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I tried to run gp_interpolation.py, it reported this error
Then I tried to print the shapes of these two parameters , used
print(curr_x)
print(curr_x.shape)
print(curr_y)
print(curr_y.shape)
,and obtained the following results:
May I ask how to solve this problem?
The text was updated successfully, but these errors were encountered:
Gloria949
changed the title
"Expected 2D array, got 1D array instead" when runnign
"Expected 2D array, got 1D array instead" when running gp_interpolation.py
Sep 12, 2023
Hello, when I tried to run gp_interpolation.py, it reported this error
Then I tried to print the shapes of these two parameters , used
print(curr_x)
print(curr_x.shape)
print(curr_y)
print(curr_y.shape)
,and obtained the following results:
May I ask how to solve this problem?
The text was updated successfully, but these errors were encountered: