-
Notifications
You must be signed in to change notification settings - Fork 18
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
writing of dx files fails with "NotImplementedError: Only regularly spaced grids allowed" #21
Comments
orbeckst
added a commit
that referenced
this issue
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)
orbeckst
added a commit
that referenced
this issue
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)
orbeckst
added a commit
that referenced
this issue
Dec 5, 2015
fix failure to write OpenDX file (Issue #21)
Closed
orbeckst
added a commit
to MDAnalysis/mdanalysis
that referenced
this issue
Dec 8, 2015
The new release of GridDataFormats contains the fix for issue MDAnalysis/GridDataFormats#21 which is needed to fix issue #544.
orbeckst
added a commit
to MDAnalysis/mdanalysis
that referenced
this issue
Dec 9, 2015
The new release of GridDataFormats contains the fix for issue MDAnalysis/GridDataFormats#21 which is needed to fix issue #544.
orbeckst
added a commit
to MDAnalysis/mdanalysis
that referenced
this issue
Dec 10, 2015
The new release of GridDataFormats contains the fix for issue MDAnalysis/GridDataFormats#21 which is needed to fix issue #544.
orbeckst
added a commit
to MDAnalysis/mdanalysis
that referenced
this issue
Dec 12, 2015
- The new release 0.3.1 of GridDataFormats contains the fix for issue MDAnalysis/GridDataFormats#21 which is needed to fix issue #544. - The release 0.3.2 allows importing of gridData without scipy.ndimage present (MDAnalysis/GridDataFormats#25): this allows the minimal tests to pass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fails with NotImplementedError: Only regularly spaced grids allowed even though it should just write the dx file. This was also mentioned in MDAnalysis/mdanalysis#544 .
It's not really clear since when this is failing because that's core functionality that worked previously.
The text was updated successfully, but these errors were encountered: