facebookresearch / fmmax

Fourier modal method with Jax
MIT License
97 stars 10 forks source link

"Long" tests #79

Open smartalecH opened 9 months ago

smartalecH commented 9 months ago

Now that fmmax has some updated vector field formulations, it would be good to rerun some longer, more exhaustive tests just to ensure things are as we expect. Here are some of the axes we should check:

By specifying a separate set of "long" (or expensive) tests, we don't have to run them with CI. Rather, we can just run them locally when a major change is made. If we see regressions, we can manually git bisect to find the root of the issue.