-
Notifications
You must be signed in to change notification settings - Fork 87
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: Topotool updates #210
Conversation
This seems odd that this is failing like it is. Do we just need to update the tests? |
…t, same as read, rather than third, and 2) write with format 9.3f by default for smaller files, with new parameter Z_format to change. Also modified test problems for backward compatibility
…y rather than e.g. topo2writer, which should be deprecated, and changed output format for backward compatibility
…d by sampling every points, defaults to 1. Also allow filter_region=None to use entire region when coarsening.
a4b515c
to
20f3942
Compare
@mandli: Don't merge yet, I need to fix some things in topotools. By the way, the file |
… and fix maketopo.py to run same problem as regression_tests.py and fix out of date setplot.py
@mandli: I fixed up the regression tests that were broken here and travis is now happy, but I think there's a potential problem with the way gauge tests are done to be addressed at some point. See clawpack/clawutil#101. I changed the default |
This all looks good to me. Is this ready to be merged then? |
Yes, I think so. |
Some change in default behavior of
Topography.write
that should be examined.Enhancement of
Topography.crop
to support coarsening a topo grid as well.Several Travis tests currently fail, also on master, so we need to sort this out before merging.