Skip to content

Fixed imports for solow module...again!#122

Merged
jstac merged 1 commit intoQuantEcon:masterfrom
davidrpugh:hotfix-solow-import
Feb 12, 2015
Merged

Fixed imports for solow module...again!#122
jstac merged 1 commit intoQuantEcon:masterfrom
davidrpugh:hotfix-solow-import

Conversation

@davidrpugh
Copy link
Copy Markdown
Contributor

@jstac

This PR fixes the import statement for the solow module. Note that I am able to import quantecon cleanly from my root directory (i.e., outside the repo)...

Davids-MacBook-Pro:~ drpugh$ source activate quantecon-dev
discarding /Users/drpugh/anaconda/bin from PATH
prepending /Users/drpugh/anaconda/envs/quantecon-dev/bin to PATH
(quantecon-dev)Davids-MacBook-Pro:~ drpugh$ ipython
Python 2.7.9 |Continuum Analytics, Inc.| (default, Dec 15 2014, 10:37:34) 
Type "copyright", "credits" or "license" for more information.

IPython 2.1.0 -- An enhanced Interactive Python.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://binstar.org
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import quantecon as qe

In [2]: qe.models.solow.
qe.models.solow.CESModel          qe.models.solow.cobb_douglas
qe.models.solow.CobbDouglasModel  qe.models.solow.impulse_response
qe.models.solow.Model             qe.models.solow.model
qe.models.solow.ces               

In [2]: quit

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.14%) to 91.06% when pulling f6cb142 on davidrpugh:hotfix-solow-import into 85d5e52 on QuantEcon:master.

@jstac
Copy link
Copy Markdown
Contributor

jstac commented Feb 12, 2015

Nice work. It's an odd ball that one. Merging.

jstac added a commit that referenced this pull request Feb 12, 2015
Fixed imports for solow module...again!
@jstac jstac merged commit f181b53 into QuantEcon:master Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants