Skip to content

Commit

Permalink
remove models subpackage from QuantEcon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 10, 2018
1 parent d73c959 commit bec8c57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- python setup.py install

script:
- nosetests --with-coverage --cover-package=quantecon --exclude=models #quantecon.models excluded from tests to prevent triggering the ImportWarning
- nosetests --with-coverage --cover-package=quantecon

after_success:
- coveralls
6 changes: 5 additions & 1 deletion docs/qe_apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@
Notes
-----
This file can also be run from within ipython using the %%run magic.
1. This file can also be run from within ipython using the %%run magic.
To do this, use one of the commands above and replace `python` with
`%%run`
2. Models has been removed. But leaving infrastructure here for qe_apidoc
in the event we need it in the future
"""
import os
import sys
Expand Down
1 change: 0 additions & 1 deletion quantecon/models/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def write_version_py(filename=None):
'quantecon.random',
'quantecon.tests',
'quantecon.util',
#-Deprecated-#
'quantecon.models',
],
version=VERSION,
description=DESCRIPTION,
Expand Down

0 comments on commit bec8c57

Please sign in to comment.