Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output paths - make sure directories are made #288

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

PeterDSteinberg
Copy link
Contributor

Fixes #279 . Directories were not being created. Now this works:

python Python/ogusa/scripts/postprocess.py

@PeterDSteinberg
Copy link
Contributor Author

Don't merge yet - this needs a little work.

@PeterDSteinberg
Copy link
Contributor Author

PeterDSteinberg commented Apr 4, 2017

EDIT: Was running from wrong test directory

Locally, @jdebacker I am getting:

    def get_resource_stream(self, manager, resource_name):
>       return open(self._fn(self.module_path, resource_name), 'rb')
E       IOError: [Errno 2] No such file or directory: '/Users/psteinberg/miniconda3-4.1.11/envs/py27d/lib/python2.7/site-packages/ogusa-9.99.999+33.g5638ed9.dirty-py2.7.egg/TxFuncEst_policy.pkl'

in

py.test test_parameters.py

@jdebacker
Copy link
Member

@PeterDSteinberg this is looking good to me. Let me know when it can be merged.

@PeterDSteinberg PeterDSteinberg merged commit 23a3ca7 into PSLmodels:master Apr 5, 2017
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.

2 participants