Skip to content

Commit

Permalink
not changing the default ytransform
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Jul 28, 2014
1 parent 6c53b1a commit 28c0cfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions urbansim/models/regression.py
Expand Up @@ -195,8 +195,7 @@ def _model_fit_to_table(fit):


YTRANSFORM_MAPPING = {
None: '',
'': None,
None: None,
np.exp: 'np.exp',
'np.exp': np.exp,
np.log: 'np.log',
Expand Down

0 comments on commit 28c0cfa

Please sign in to comment.