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

WIP: fix failure to write OpenDX file (Issue #21) #22

Merged
merged 5 commits into from
Dec 5, 2015
Merged

Conversation

orbeckst
Copy link
Member

@orbeckst orbeckst commented Dec 1, 2015

  • change delta to DxD array if it is 1D
  • added additional test (currently failing)
  • use tempdir (added to travis and tests_require)

Do not merge yet. I will likely force update this branch. I will remove 'WIP' when ready. Please feel free to comment.

- change delta to DxD array if it is 1D
- added additional test (currently failing)
- use tempdir (added to travis and tests_require)
- fixes #21
- lambda expression conform with Python 3 syntax
  (apparently, cannot do tuple unpacking in lambdas
  anymore)
- use next() (or actually, six.next()) instead of it.next()
@orbeckst orbeckst self-assigned this Dec 5, 2015
orbeckst added a commit that referenced this pull request Dec 5, 2015
fix failure to write OpenDX file (Issue #21)
@orbeckst orbeckst merged commit 6143fb9 into master Dec 5, 2015
@orbeckst orbeckst deleted the issue/21 branch December 5, 2015 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant