jpn-- / larch

Larch: a Python tool for choice modeling
http://larch.newman.me
GNU General Public License v3.0
41 stars 14 forks source link

LarchError: Weight is only allowed in the idco table #3

Closed deepakagrawal closed 6 years ago

deepakagrawal commented 6 years ago

I get this error when I am trying to use weights in the idca format.


LarchError: Weight is only allowed in the idco table, but there will be no such
table

However, the documentation of the software says we can use weight with idca format.

jpn-- commented 6 years ago

You can use weights with idca by using idco and idca at the same time. Just create the weights as a single variable idco table.

_Jeff

On Feb 8, 2018, at 4:05 PM, Deepak Agrawal notifications@github.com wrote:

I get this error when I am trying to use weights in the idca format.

LarchError: Weight is only allowed in the idco table, but there will be no such table However, the documentation of the software says we can use weight with idca format.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.