GSP_energy_disaggregator icon indicating copy to clipboard operation
GSP_energy_disaggregator copied to clipboard

Cannot cast array data from dtype('O') to dtype('float64') according to the rule 'safe'

Open SaeedArisha opened this issue 4 years ago • 0 comments

I keep getting this issue when I run the gsp_disaggregator.py. A[pd.isnull(A)] = np.interp(x, xp, fp), This is where the error is pointed it is line 314 in gsp_support.py in interpolate function. Please guide I'm unable to resolve the error

SaeedArisha avatar Jan 31 '20 14:01 SaeedArisha