Skip to content

Commit

Permalink
Merge 274062c into 494403c
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndrwgrdnr committed Dec 7, 2018
2 parents 494403c + 274062c commit 95bddce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions urbansim_templates/models/large_multinomial_logit.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@ def probs(mct):
column = self.out_column
else:
column = self.choice_column

if column not in table.columns:
table[column] = None

table.update_col_from_series(column, choices, cast=True)

Expand Down

0 comments on commit 95bddce

Please sign in to comment.