Traceback (most recent call last):
File "..", line 466, in
print(optimize.calculate_fit_stats(model=model,data=training_data))
File "...", line 654, in calculate_fit_stats
x=np.array(x)
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (250,) + inhomogeneous part.
Traceback (most recent call last): File "..", line 466, in
print(optimize.calculate_fit_stats(model=model,data=training_data))
File "...", line 654, in calculate_fit_stats
x=np.array(x)
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (250,) + inhomogeneous part.