Hello,
I am new to Biogeme and am currently exploring the package. I have been given a notebook that was used in previous semesters, so I believe it should work. However, when I run the code, I encountered an error. Specifically, when I run bio.BIOGEME(bgm_swissmetro, V), I receive the following error:
TypeError: object of type 'int' has no len()
In my code, V is a list, and bgm_swissmetro is a Biogeme database. See the screenshot for more detail.
Could you please help me resolve this issue?