bugfixes in tridiagonal and diffusion#34
Open
knutaros wants to merge 3 commits intogotm-model:masterfrom
Open
Conversation
Contributor
knutaros
commented
Jul 7, 2022
- avoid segfaults in tridiagonal() for one element [see new test_tridiagonal]
- avoid multiple divisions in tridiagonal
- avoid segfaults in diff_center() and diff_face() for one layer
- rewrite of diffusion routine: clearer code; less divisions; consider cell volumes and interface areas (required for e.g. porosity or gotm-lake)
- branch should be merged without squash to keep atomic commits
Collaborator
|
Hi Knut Do you have Github Actions enabled? If so - I assume the changes passes? And can you add test of test_tridiagonal to GA? Karsten |
Contributor
Author
|
sorry, no clue about GA. I assume that I cannot check changes in my repo
with the tests you set up for the official gotm repo?
…On 7/8/22 07:48, Karsten Bolding wrote:
Hi Knut
Do you have Github Actions enabled? If so - I assume the changes passes?
And can you add test of test_tridiagonal to GA?
Karsten
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2RV6TI6ULAPW7KYUWUTRTVS66MBANCNFSM525OKREA>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
|
The GOTM code has a folder called .github/workflows in there is a file called gotm.yml - and in that you can do a whole lot of nifty things on the Github servers. After the section " -name: Build and run all test cases" you can add a new section that will build and test tridiagonal. Typical a few tries are needed :-) If you use Gitlab - I don't know - or the IOW repository. |
Collaborator
Collaborator
|
Hi Knut What is the status on this? Karsten |
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.