Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metoppv/improver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.1
Choose a base ref
...
head repository: metoppv/improver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 19, 2023

  1. IM-1933: Remove iteration warning from the recursive filter (#1939)

    * Remove warning about using more than 3 iterations with the recursive filter. Remove discussion of conservation of probability as a concept that we should be particularly concerned with when using the recusive filter.
    
    * Remove unused imports.
    
    * Remove errant print statement.
    
    * Adds additional guidance on the number of iterations in the CLI doc-string.
    bayliffe authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    64b8eab View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Add function and unit tests to ensure that the altitude, latitude and…

    … longitude columns have the same, consistent value for a given site. This will prevent issues when these columns are used when creating a cube and mismatching values will prevent cubes being merged successfully. (#1951)
    gavinevans authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ac901c4 View commit details
    Browse the repository at this point in the history
Loading