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
Traceback (most recent call last):
File "./bin/fmqa_model.py", line 106, in <module>
trained_model = train_regr(x_list, y_list)
File "./bin/fmqa_model.py", line 60, in train_regr
model = fmqa.FMBQM.from_data(xs, ys, factorization_size = 8)
File "/home/berenger/.local/lib/python3.8/site-packages/fmqa-0.0.1-py3.8.egg/fmqa/fm_binary_quadratic_model.py", line 72, in from_data
File "/home/berenger/.local/lib/python3.8/site-packages/fmqa-0.0.1-py3.8.egg/fmqa/fm_binary_quadratic_model.py", line 35, in __init__
TypeError: __init__() got an unexpected keyword argument 'factorization_size'
Bug?
The text was updated successfully, but these errors were encountered: