Skip to content

Commit

Permalink
Merge branch 'master' into regression-debug
Browse files Browse the repository at this point in the history
Conflicts:
	urbansim/models/yamlmodelrunner.py
  • Loading branch information
fscottfoti committed Jun 8, 2014
2 parents 48e61c8 + f3214e5 commit 049fe83
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 16 deletions.
6 changes: 4 additions & 2 deletions urbansim/models/__init__.py
@@ -1,5 +1,7 @@
from .regression import RegressionModel, RegressionModelGroup, SegmentedRegressionModel
from .lcm import MNLLocationChoiceModel
from .regression import RegressionModel, RegressionModelGroup, \
SegmentedRegressionModel
from .lcm import MNLLocationChoiceModel, MNLLocationChoiceModelGroup, \
SegmentedMNLLocationChoiceModel
from .transition import (
GrowthRateTransition, TabularGrowthRateTransition,
TabularTotalsTransition, TransitionModel)
Expand Down

0 comments on commit 049fe83

Please sign in to comment.