#68 for smooth_finite_difference module#102
Merged
pavelkomarov merged 6 commits intomasterfrom Jun 27, 2025
Merged
Conversation
…ittest structure. Should be easy.
smooth_finite_difference module
Collaborator
Author
|
Still have to move the tests to the new framework, but the passing build on 5815158 demonstrates the changes don't change the code functionality one iota. |
…o enable options dictionaries in my old-style invocations
Collaborator
Author
|
I realized the test domain wasn't including a sample at the last location, so I modified it slightly, which changed the error bounds on some things. I had to re-copy down some limits locally. And since the cloud runs numerically don't always agree with my local, I'll have to track down who's too tight now. |
…ough I suspected it would fail. This should work now
This was referenced Jun 25, 2025
Merged
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
halfway through the docstrings, and then gotta add them to the new unittest structure. Should be easy.
This one is a work in progress still. Finish tomorrow.