-
Notifications
You must be signed in to change notification settings - Fork 19
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
Eliminate ViscousSponge cache, fix unit test #3447
Conversation
16da8f3
to
8464232
Compare
I realized, we can actually just eliminate these caches entirely, since no version returns anything other than |
8464232
to
6e3aa63
Compare
6e3aa63
to
f7bf19b
Compare
I've removed |
f7bf19b
to
918ae61
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
I would prefer if we added a version check and kept the compat to 0.14.12. It's fine to have ugly code confined to a branch that will be deleted in the future |
e5109a8
to
c9c0fce
Compare
Remove Viscous/Rayleigh caches entirely Update compat to be compatible with Spaces.z_max
c9c0fce
to
704a0ac
Compare
This PR eliminates the ViscousSponge cache, and fixes the ViscousSponge unit test, which was not being exercised.
This is a followup to #3446.