Skip to content
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

Add test to check order consistency #31

Merged
merged 6 commits into from
Jul 25, 2023

Conversation

HugoMVale
Copy link
Contributor

I thought it might be useful to make some sanity checks on the methods and their implementations. To this purpose, I've implemented a simple test to check if a method is consistent with its order. Please refer to the explanation in the heading of ./test/rk_test_order.F90.

Run it with: fpm test rk_test_order

Most methods pass the test, but some do fail, suggesting that something is wrong with said methods or their implementation.

One of the methods that fails is rkls44, implemented by me. I will try to figure out the problem and fix it in a subsequent PR.

@HugoMVale HugoMVale mentioned this pull request Jul 24, 2023
@jacobwilliams jacobwilliams merged commit 882ca50 into jacobwilliams:master Jul 25, 2023
@jacobwilliams
Copy link
Owner

This is very interesting. Do you think all these ones that fail really have errors of some sort? I'll make a ticket for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants