-
Notifications
You must be signed in to change notification settings - Fork 13
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
IO for ovf and vtk #484
IO for ovf and vtk #484
Conversation
- Raise `RuntimeError` if `ndim!=3` (not supported in ovf or vtk RectilinearGrid) - Add additional tests - Review tests for `ndim=3` (no changes)
PR Analysis
PR Feedback
How to use
|
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #484 +/- ##
=======================================
Coverage 93.38% 93.39%
=======================================
Files 28 28
Lines 3040 3044 +4
=======================================
+ Hits 2839 2843 +4
Misses 201 201
☔ View full report in Codecov by Sentry. |
@lang-m can both |
Discussed in person: |
RuntimeError
ifndim!=3
(not supported in ovf or vtk RectilinearGrid)ndim=3
(no changes)