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
INFO:autora.theorist.bms.regressor:BMS fitting finished
Traceback (most recent call last):
File "C:\Users\cwill\GitHub\virtualEnvs\rewp500BMSEnv\lib\site-packages\numpy\core\fromnumeric.py", line 59, in _wrapfunc
return bound(*args, **kwds)
TypeError: 'tuple' object cannot be interpreted as an integer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cwill\GitHub\rewp500-BMS\rewp500_BMS.py", line 35, in <module>
eqs.append(run_BMS(x,y))
File "C:\Users\cwill\GitHub\rewp500-BMS\rewp500_BMS.py", line 21, in run_BMS
return bms.repr(())
File "C:\Users\cwill\GitHub\virtualEnvs\rewp500BMSEnv\lib\site-packages\autora\theorist\bms\regressor.py", line 188, in repr
model_str = model_str.replace(name, str(np.round(value, decimals=decimals)))
File "C:\Users\cwill\GitHub\virtualEnvs\rewp500BMSEnv\lib\site-packages\numpy\core\fromnumeric.py", line 3360, in round
return _wrapfunc(a, 'round', decimals=decimals, out=out)
File "C:\Users\cwill\GitHub\virtualEnvs\rewp500BMSEnv\lib\site-packages\numpy\core\fromnumeric.py", line 68, in _wrapfunc
return _wrapit(obj, method, *args, **kwds)
File "C:\Users\cwill\GitHub\virtualEnvs\rewp500BMSEnv\lib\site-packages\numpy\core\fromnumeric.py", line 45, in _wrapit
result = getattr(asarray(obj), method)(*args, **kwds)
TypeError: 'tuple' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered:
I often get this error message:
The text was updated successfully, but these errors were encountered: