You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the filter class based on @iangrooms's original code. The filter class is responsible for picking the coefficients for the biharmonic and laplacian steps. It is tested in this file:
However, it would be best if someone who understands the procedure for defining the filter more deeply would help improve these tests. Right now I am just checking that a particular set of input parameters produces the same outputs I got in my own development environment, e.g.
I implemented the filter class based on @iangrooms's original code. The filter class is responsible for picking the coefficients for the biharmonic and laplacian steps. It is tested in this file:
https://github.com/ocean-eddy-cpt/gcm-filters/blob/master/tests/test_filter.py
However, it would be best if someone who understands the procedure for defining the filter more deeply would help improve these tests. Right now I am just checking that a particular set of input parameters produces the same outputs I got in my own development environment, e.g.
gcm-filters/tests/test_filter.py
Lines 20 to 30 in 04ad835
Is this sensible? Or can we think of more fundamental ways to test this part of the code.
The text was updated successfully, but these errors were encountered: